Searched refs:addPreferencesSorted (Results 1 – 4 of 4) sorted by relevance
181 addPreferencesSorted(recentLocationPrefs, recentRequests); in onCreatePreferences()238 private void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationFragment
54 LocationSettings.addPreferencesSorted(entry.getValue(), categoryLocationServices); in injectLocationServices()
55 LocationSettings.addPreferencesSorted(entry.getValue(), in injectLocationServices()
112 static void addPreferencesSorted(List<Preference> prefs, PreferenceGroup container) { in addPreferencesSorted() method in LocationSettings