Home
last modified time | relevance | path

Searched refs:shouldIncludePkgInRecents (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRecentAppStatsMixin.java128 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()
160 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppStatsMixin
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DRecentAppsItemManager.java126 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()
158 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsItemManager
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DRecentAppsPreferenceController.java221 if (!shouldIncludePkgInRecents(pkgStats)) { in getDisplayableRecentAppList()
254 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsPreferenceController