Searched refs:shouldIncludePkgInRecents (Results 1 – 5 of 5) sorted by relevance
126 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()158 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsItemManager
157 if (!shouldIncludePkgInRecents(pkgStats, userId)) { in getRecentAppsStats()176 private boolean shouldIncludePkgInRecents(UsageStats stat, int userId) { in shouldIncludePkgInRecents() method in RecentAppStatsMixin
177 if (!shouldIncludePkgInRecents(pkgStats)) { in getDisplayableRecentAppList()210 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsPreferenceController
221 if (!shouldIncludePkgInRecents(pkgStats)) { in getDisplayableRecentAppList()254 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsPreferenceController
2328 PLcom/android/tv/settings/device/apps/RecentAppsPreferenceController;->shouldIncludePkgInRecents(La…