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.java107 List<RecentLocationApps.Request> recentLocationRequests = in onCreatePreferences() local
109 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in onCreatePreferences()
110 for (final RecentLocationApps.Request request : recentLocationRequests) { in onCreatePreferences()
124 if (recentLocationRequests.size() > 0) { in onCreatePreferences()
/packages/apps/Settings/src/com/android/settings/location/
DLocationSettings.java205 List<RecentLocationApps.Request> recentLocationRequests = recentApps.getAppList(); in createPreferenceHierarchy() local
206 List<Preference> recentLocationPrefs = new ArrayList<>(recentLocationRequests.size()); in createPreferenceHierarchy()
207 for (final RecentLocationApps.Request request : recentLocationRequests) { in createPreferenceHierarchy()
222 if (recentLocationRequests.size() > 0) { in createPreferenceHierarchy()