Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java71 private ListPreference mLocationMode; field in LocationFragment
95 mLocationMode = new ListPreference(themedContext); in onCreatePreferences()
96 screen.addPreference(mLocationMode); in onCreatePreferences()
97 mLocationMode.setKey(KEY_LOCATION_MODE); in onCreatePreferences()
98 mLocationMode.setPersistent(false); in onCreatePreferences()
99 mLocationMode.setTitle(R.string.location_status); in onCreatePreferences()
100 mLocationMode.setDialogTitle(R.string.location_status); in onCreatePreferences()
101 mLocationMode.setSummary("%s"); in onCreatePreferences()
102 mLocationMode.setEntries(new CharSequence[] { in onCreatePreferences()
106 mLocationMode.setEntryValues(new CharSequence[] { in onCreatePreferences()
[all …]