Searched refs:recentApps (Results 1 – 11 of 11) sorted by relevance
120 final List<UsageStats> recentApps = getDisplayableRecentAppList(); in refreshUi() local121 if (recentApps != null && !recentApps.isEmpty()) { in refreshUi()122 displayRecentApps(prefContext, recentApps); in refreshUi()139 private void displayRecentApps(Context prefContext, List<UsageStats> recentApps) { in displayRecentApps() argument153 final int recentAppsCount = recentApps.size(); in displayRecentApps()155 final UsageStats stat = recentApps.get(i); in displayRecentApps()210 final List<UsageStats> recentApps = new ArrayList<>(); in getDisplayableRecentAppList() local236 recentApps.add(stat); in getDisplayableRecentAppList()242 return recentApps; in getDisplayableRecentAppList()
156 final List<NotifyingApp> recentApps = getDisplayableRecentAppList(); in refreshUi() local157 if (recentApps != null && !recentApps.isEmpty()) { in refreshUi()158 displayRecentApps(prefContext, recentApps); in refreshUi()224 private void displayRecentApps(Context prefContext, List<NotifyingApp> recentApps) { in displayRecentApps() argument241 final int recentAppsCount = recentApps.size(); in displayRecentApps()243 final NotifyingApp app = recentApps.get(i); in displayRecentApps()
56 public void onReloadDataCompleted(@NonNull List<UsageStats> recentApps) { in onReloadDataCompleted() argument58 if (!recentApps.isEmpty()) { in onReloadDataCompleted()
107 public void onReloadDataCompleted(@NonNull List<UsageStats> recentApps) { in onReloadDataCompleted() argument109 if (!recentApps.isEmpty()) { in onReloadDataCompleted()
109 public void onReloadDataCompleted(@NonNull List<UsageStats> recentApps) { in onReloadDataCompleted() argument110 mRecentApps = recentApps; in onReloadDataCompleted()
192 void onReloadDataCompleted(List<UsageStats> recentApps); in onReloadDataCompleted() argument
80 Lifecycle lifecycle, RecentLocationApps recentApps) { in RecentLocationRequestPreferenceController() argument83 mRecentLocationApps = recentApps; in RecentLocationRequestPreferenceController()