Searched refs:mLocationMode (Results 1 – 2 of 2) sorted by relevance
60 private ListPreference mLocationMode; field in LocationFragment83 mLocationMode = new ListPreference(themedContext); in onCreatePreferences()84 screen.addPreference(mLocationMode); in onCreatePreferences()85 mLocationMode.setKey(KEY_LOCATION_MODE); in onCreatePreferences()86 mLocationMode.setPersistent(false); in onCreatePreferences()87 mLocationMode.setTitle(R.string.location_status); in onCreatePreferences()88 mLocationMode.setDialogTitle(R.string.location_status); in onCreatePreferences()89 mLocationMode.setSummary("%s"); in onCreatePreferences()90 mLocationMode.setEntries(new CharSequence[] { in onCreatePreferences()94 mLocationMode.setEntryValues(new CharSequence[] { in onCreatePreferences()[all …]
108 private Preference mLocationMode; field in LocationSettings189 mLocationMode = root.findPreference(KEY_LOCATION_MODE); in createPreferenceHierarchy()190 mLocationMode.setOnPreferenceClickListener( in createPreferenceHierarchy()375 mLocationMode.setSummary(modeDescription); in onModeChanged()393 mLocationMode.setEnabled(enabled && !restricted); in onModeChanged()