Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestPreferenceController.java37 private static final String KEY_RECENT_LOCATION_REQUESTS = "recent_location_requests"; field in RecentLocationRequestPreferenceController
88 return KEY_RECENT_LOCATION_REQUESTS; in getPreferenceKey()
95 (PreferenceCategory) screen.findPreference(KEY_RECENT_LOCATION_REQUESTS); in displayPreference()