Searched defs:recentApps (Results 1 – 5 of 5) sorted by relevance
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()
136 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup() local
58 ArrayList<App> recentApps = new ArrayList<>(packageOpsCount); in getAppList() local
192 void onReloadDataCompleted(List<UsageStats> recentApps); in onReloadDataCompleted()