Searched refs:getGpsRecordingStatusFromPreferences (Results 1 – 2 of 2) sorted by relevance
41 textView.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps in onCreate()50 !getGpsRecordingStatusFromPreferences(this)); in onClick()62 public static boolean getGpsRecordingStatusFromPreferences(Context context) { in getGpsRecordingStatusFromPreferences() method in LocationSettingActivity
338 mSaveGpsLocation = LocationSettingActivity.getGpsRecordingStatusFromPreferences(this); in updateRecordingIcon()