HomeSort by relevance Sort by last modified time
    Searched defs:getGpsRecordingStatusFromPreferences (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
LocationSettingActivity.java 41 textView.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
50 !getGpsRecordingStatusFromPreferences(this));
62 public static boolean getGpsRecordingStatusFromPreferences(Context context) {
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
LocationSettingActivity.java 41 textView.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
50 !getGpsRecordingStatusFromPreferences(this));
62 public static boolean getGpsRecordingStatusFromPreferences(Context context) {
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
LocationSettingActivity.java 41 textView.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
50 !getGpsRecordingStatusFromPreferences(this));
62 public static boolean getGpsRecordingStatusFromPreferences(Context context) {

Completed in 463 milliseconds