Searched defs:recentApps (Results 1 – 4 of 4) sorted by relevance
119 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local138 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps()209 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
172 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local205 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps()262 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
149 final List<NotifyingApp> recentApps = getDisplayableRecentAppList(); in refreshUi() local176 private void displayRecentApps(Context prefContext, List<NotifyingApp> recentApps) { in displayRecentApps()
80 Lifecycle lifecycle, RecentLocationApps recentApps) { in RecentLocationRequestPreferenceController()