Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java63 private static final String KEY_LOCATION_MODE = "locationMode"; field in LocationFragment
97 mLocationMode.setKey(KEY_LOCATION_MODE); in onCreatePreferences()
199 if (TextUtils.equals(preference.getKey(), KEY_LOCATION_MODE)) { in onPreferenceChange()