Searched refs:shouldIncludePkgInRecents (Results 1 – 4 of 4) sorted by relevance
128 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()160 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppStatsMixin
215 if (!shouldIncludePkgInRecents(pkgStats)) { in getDisplayableRecentAppList()248 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsPreferenceController
307 if (!shouldIncludePkgInRecents(app.getPackage(), app.getUserId())) { in getDisplayableRecentAppList()323 private boolean shouldIncludePkgInRecents(String pkgName, int userId) { in shouldIncludePkgInRecents() method in RecentNotifyingAppsPreferenceController