Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DLocationServicePreferenceController.java101 LocationSettings.addPreferencesSorted(entry.getValue(), mCategoryLocationServices); in updateState()
104 LocationSettings.addPreferencesSorted(entry.getValue(), in updateState()
DLocationSettings.java102 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings
/packages/apps/Settings/src/com/android/settings/location/
DLocationServicePreferenceController.java101 LocationSettings.addPreferencesSorted(entry.getValue(), mCategoryLocationServices); in updateState()
104 LocationSettings.addPreferencesSorted(entry.getValue(), in updateState()
DLocationSettings.java102 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java140 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
172 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationFragment