OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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