Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DLocationInjectedServicesPreferenceController.java51 LocationSettings.addPreferencesSorted(entry.getValue(), screen); in injectLocationServices()
DLocationInjectedServicesForWorkPreferenceController.java53 LocationSettings.addPreferencesSorted(entry.getValue(), screen); in injectLocationServices()
DLocationInjectedServicesForPrivateProfilePreferenceController.java62 LocationSettings.addPreferencesSorted(entry.getValue(), screen); in injectLocationServices()
DLocationSettings.java156 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/privacy/
DLocationState.java128 addPreferencesSorted(recentLocationPrefs); in onCreate()
156 private void addPreferencesSorted(List<PreferenceCompat> prefs) { in addPreferencesSorted() method in LocationState
/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