Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java181 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
238 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationFragment
/packages/apps/Settings/src/com/android/settings/location/
DLocationInjectedServicesForWorkPreferenceController.java54 LocationSettings.addPreferencesSorted(entry.getValue(), categoryLocationServices); in injectLocationServices()
DLocationInjectedServicesPreferenceController.java55 LocationSettings.addPreferencesSorted(entry.getValue(), in injectLocationServices()
DLocationSettings.java112 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings