Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/location/
DLocationSettings.java161 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings
225 addPreferencesSorted(recentLocationPrefs, mCategoryRecentLocationRequests); in createPreferenceHierarchy()
326 addPreferencesSorted(locationServices, categoryLocationServices); in addLocationServices()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java132 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()
164 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationFragment