Searched refs:mLocationMode (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/location/
H A DLocationSettings.java62 private Preference mLocationMode; field in class:LocationSettings
114 mLocationMode = root.findPreference(KEY_LOCATION_MODE);
115 mLocationMode.setOnPreferenceClickListener(
212 mLocationMode.setSummary(R.string.location_mode_location_off_title);
215 mLocationMode.setSummary(R.string.location_mode_sensors_only_title);
218 mLocationMode.setSummary(R.string.location_mode_battery_saving_title);
221 mLocationMode.setSummary(R.string.location_mode_high_accuracy_title);
232 mLocationMode.setEnabled(enabled && !restricted);

Completed in 94 milliseconds