Searched defs:recentApps (Results 1 – 8 of 8) sorted by relevance
117 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in update() local129 private void displayRecentApps(List<UsageStats> recentApps) { in displayRecentApps()172 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
120 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local139 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps()216 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local
110 List<NotifyingApp> recentApps = getDisplayableRecentAppList(); in refresh() local182 private void displayRecentApps(List<NotifyingApp> recentApps) { in displayRecentApps()
58 ArrayList<App> recentApps = new ArrayList<>(packageOpsCount); in getAppList() local
233 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup() local
129 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup() local
214 void onReloadDataCompleted(List<UsageStatsWrapper> recentApps); in onReloadDataCompleted()