Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java108 List<RecentLocationApps.Request> recentLocationRequests = in onCreatePreferences() local
110 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences()
111 for (final RecentLocationApps.Request request : recentLocationRequests) { in onCreatePreferences()
131 if (recentLocationRequests.size() > 0) { in onCreatePreferences()
/packages/apps/Settings/src/com/android/settings/location/
DLocationSettings.java199 List<RecentLocationApps.Request> recentLocationRequests = recentApps.getAppList(); in createPreferenceHierarchy() local
208 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in createPreferenceHierarchy()
209 for (final RecentLocationApps.Request request : recentLocationRequests) { in createPreferenceHierarchy()
219 if (recentLocationRequests.size() > 0) { in createPreferenceHierarchy()