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