code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/docs/DocsHelperTest.java | Java | asf20 | 3,713 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/docs/DocsHelper_AddTrackRowTest.java | Java | asf20 | 6,276 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/backup/DatabaseImporterTest.java | Java | asf20 | 9,493 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/backup/PreferenceBackupHelperTest.java | Java | asf20 | 5,612 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/backup/DatabaseDumperTest.java | Java | asf20 | 9,591 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/GpxImporterTest.java | Java | asf20 | 10,732 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
import com.google.android.apps.mytracks.content.Track;
import com.google.android.apps.mytracks.io.file.KmlTrackWriter;
import com.google.android.apps.mytracks.util.StringUtils;
import android.location.Location;
impor... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/KmlTrackWriterTest.java | Java | asf20 | 4,413 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
import com.google.android.apps.mytracks.content.MyTracksLocation;
import com.google.android.apps.mytracks.content.Sensor;
import com.google.android.apps.mytracks.content.Track;
import com.google.android.apps.mytracks.c... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/TrackFormatWriterTest.java | Java | asf20 | 7,311 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
import com.google.android.apps.mytracks.content.MyTracksLocation;
import com.google.android.apps.mytracks.content.Sensor;
import com.google.android.apps.mytracks.util.FileUtils;
import java.util.List;
import org.w3c.... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/TcxTrackWriterTest.java | Java | asf20 | 2,985 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/MockTrackWriter.java | Java | asf20 | 2,036 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
import com.google.android.apps.mytracks.io.file.GpxTrackWriter;
import com.google.android.apps.mytracks.io.file.TrackFormatWriter;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import java.util.List;
/**
... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/GpxTrackWriterTest.java | Java | asf20 | 2,688 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
/**
* Tests for the CSV track exporter.
*
* @author Rodrigo Damazio
*/
public class CsvTrackWriterTest extends TrackFormatWriterTest {
}
| 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/CsvTrackWriterTest.java | Java | asf20 | 245 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/TempFileCleanerTest.java | Java | asf20 | 2,921 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/WriteProgressControllerTest.java | Java | asf20 | 3,095 |
// Copyright 2010 Google Inc. All Rights Reserved.
package com.google.android.apps.mytracks.io.file;
import static org.easymock.EasyMock.expect;
import com.google.android.apps.mytracks.content.MyTracksProvider;
import com.google.android.apps.mytracks.content.MyTracksProviderUtils;
import com.google.android.apps.mytr... | 0000som143-mytracks | MyTracksTest/src/com/google/android/apps/mytracks/io/file/TrackWriterTest.java | Java | asf20 | 12,582 |
package com.dsi.ant.exception;
public class AntInterfaceException extends Exception
{
/**
*
*/
private static final long serialVersionUID = -7278855366167722274L;
public AntInterfaceException()
{
this("Unknown ANT Interface error");
}
public AntInterfaceException(String s... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/exception/AntInterfaceException.java | Java | asf20 | 364 |
package com.dsi.ant.exception;
import android.os.RemoteException;
public class AntRemoteException extends AntInterfaceException
{
/**
*
*/
private static final long serialVersionUID = 8950974759973459561L;
public AntRemoteException(RemoteException e)
{
this("ANT Interface error, A... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/exception/AntRemoteException.java | Java | asf20 | 519 |
package com.dsi.ant.exception;
public class AntServiceNotConnectedException extends AntInterfaceException
{
/**
*
*/
private static final long serialVersionUID = -2085081032170129309L;
public AntServiceNotConnectedException()
{
this("ANT Interface error, ANT Radio Service not conne... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/exception/AntServiceNotConnectedException.java | Java | asf20 | 435 |
/*
* Copyright 2011 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/Version.java | Java | asf20 | 1,193 |
/*
* Copyright 2011 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/IAnt_6.aidl | AIDL | asf20 | 3,249 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/AntDefine.java | Java | asf20 | 17,797 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/AntInterface.java | Java | asf20 | 36,990 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/IAnt.aidl | AIDL | asf20 | 3,017 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/AntMesg.java | Java | asf20 | 16,889 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/AntInterfaceIntent.java | Java | asf20 | 1,521 |
/*
* Copyright 2010 Dynastream Innovations Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 0000som143-mytracks | MyTracks/src/com/dsi/ant/IServiceSettings.aidl | AIDL | asf20 | 902 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/MyTracksApplication.java | Java | asf20 | 1,268 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ChartActivity.java | Java | asf20 | 14,244 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/MenuManager.java | Java | asf20 | 2,906 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/BootReceiver.java | Java | asf20 | 2,146 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ProgressIndicator.java | Java | asf20 | 946 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/WaypointsList.java | Java | asf20 | 11,637 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/DeleteAllTracks.java | Java | asf20 | 3,115 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/AbsoluteLocationListenerPolicy.java | Java | asf20 | 1,519 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/PeriodicTaskExecutor.java | Java | asf20 | 4,846 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/FroyoStatusAnnouncerTask.java | Java | asf20 | 2,743 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/TimerTaskExecutor.java | Java | asf20 | 2,796 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/SplitTask.java | Java | asf20 | 1,444 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/StatusAnnouncerFactory.java | Java | asf20 | 1,625 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/PeriodicTask.java | Java | asf20 | 1,168 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/StatusAnnouncerTask.java | Java | asf20 | 10,999 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/tasks/PeriodicTaskFactory.java | Java | asf20 | 998 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/ControlRecordingService.java | Java | asf20 | 3,530 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/PreferenceManager.java | Java | asf20 | 7,659 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/AdaptiveLocationListenerPolicy.java | Java | asf20 | 2,413 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/TrackRecordingServiceConnection.java | Java | asf20 | 4,731 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/LocationListenerPolicy.java | Java | asf20 | 1,370 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/TrackRecordingService.java | Java | asf20 | 44,106 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/DefaultTrackNameFactory.java | Java | asf20 | 2,054 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/BluetoothSensorManager.java | Java | asf20 | 7,066 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ZephyrSensorManager.java | Java | asf20 | 853 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/SensorUtils.java | Java | asf20 | 3,576 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/SensorManager.java | Java | asf20 | 3,660 |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/MessageParser.java | Java | asf20 | 1,036 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntUtils.java | Java | asf20 | 2,692 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntChannelIdMessage.java | Java | asf20 | 1,647 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntSrmBridgeSensorManager.java | Java | asf20 | 8,355 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntDirectSensorManager.java | Java | asf20 | 5,947 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntMessage.java | Java | asf20 | 1,009 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntChannelResponseMessage.java | Java | asf20 | 1,492 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntSensorManager.java | Java | asf20 | 12,821 |
/*
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntSensor.java | Java | asf20 | 1,405 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ant/AntStartupMessage.java | Java | asf20 | 1,084 |
/*
* Copyright (C) 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/BluetoothConnectionManager.java | Java | asf20 | 13,646 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/ZephyrMessageParser.java | Java | asf20 | 3,741 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/SensorManagerFactory.java | Java | asf20 | 2,480 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/PolarMessageParser.java | Java | asf20 | 4,382 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/sensors/PolarSensorManager.java | Java | asf20 | 929 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/services/ServiceUtils.java | Java | asf20 | 3,043 |
package com.google.android.apps.mytracks.content;
import static com.google.android.apps.mytracks.Constants.TAG;
import com.google.android.apps.mytracks.content.TrackDataHub.ListenerDataType;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import an... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/DataSourceManager.java | Java | asf20 | 9,034 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/DataSourcesWrapperImpl.java | Java | asf20 | 6,040 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/TrackDataListeners.java | Java | asf20 | 5,939 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/MyTracksProvider.java | Java | asf20 | 17,243 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/ContentTypeIds.java | Java | asf20 | 1,135 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/TrackDataHub.java | Java | asf20 | 38,004 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/TrackDataListener.java | Java | asf20 | 4,537 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/content/DataSourcesWrapper.java | Java | asf20 | 1,913 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/StatsUtilities.java | Java | asf20 | 9,192 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ChartSettingsDialog.java | Java | asf20 | 3,574 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/SettingsActivity.java | Java | asf20 | 28,939 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/DynamicSpeedTrackPathPainter.java | Java | asf20 | 4,744 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/DynamicSpeedTrackPathDescriptor.java | Java | asf20 | 4,287 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/SingleColorTrackPathPainter.java | Java | asf20 | 3,231 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/FixedSpeedTrackPathDescriptor.java | Java | asf20 | 3,495 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/TrackPathDescriptor.java | Java | asf20 | 1,063 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/TrackPathPainterFactory.java | Java | asf20 | 2,443 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/TrackPathUtilities.java | Java | asf20 | 1,095 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/maps/TrackPathPainter.java | Java | asf20 | 1,812 |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/MapActivity.java | Java | asf20 | 19,988 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ColoredPath.java | Java | asf20 | 1,528 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/IntegerListPreference.java | Java | asf20 | 2,836 |
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/AntPreference.java | Java | asf20 | 1,879 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/WaypointDetails.java | Java | asf20 | 6,068 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/stats/TripStatisticsBuilder.java | Java | asf20 | 11,514 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/stats/DoubleBuffer.java | Java | asf20 | 3,566 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/widgets/TrackWidgetProvider.java | Java | asf20 | 10,365 |
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ImportAllTracks.java | Java | asf20 | 8,788 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ChartValueSeries.java | Java | asf20 | 8,023 |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/ExportAllTracks.java | Java | asf20 | 7,509 |
package com.google.android.apps.mytracks;
import com.google.android.apps.mytracks.content.MyTracksProviderUtils;
import com.google.android.apps.mytracks.content.Track;
import com.google.android.apps.mytracks.stats.TripStatistics;
import com.google.android.maps.mytracks.R;
import android.app.Activity;
import a... | 0000som143-mytracks | MyTracks/src/com/google/android/apps/mytracks/AggregatedStatsActivity.java | Java | asf20 | 3,708 |