Searched refs:recentLocationRequests (Results 1 – 2 of 2) sorted by relevance
107 List<RecentLocationApps.Request> recentLocationRequests = in onCreatePreferences() local109 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()
205 List<RecentLocationApps.Request> recentLocationRequests = recentApps.getAppList(); in createPreferenceHierarchy() local206 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()