Home
last modified time | relevance | path

Searched refs:addPreferencesSorted (Results 1 – 6 of 6) 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/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java151 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
189 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationFragment
/packages/apps/Settings/src/com/android/settings/location/
DLocationServiceForWorkPreferenceController.java52 LocationSettings.addPreferencesSorted(entry.getValue(), in updateState()
DLocationSettings.java103 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings
DLocationServicePreferenceController.java83 LocationSettings.addPreferencesSorted(entry.getValue(), in updateState()