Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppStatsMixin.java128 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()
160 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppStatsMixin
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRecentAppStatsMixin.java128 if (!shouldIncludePkgInRecents(pkgStats)) { in loadDisplayableRecentApps()
160 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppStatsMixin
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java215 if (!shouldIncludePkgInRecents(pkgStats)) { in getDisplayableRecentAppList()
248 private boolean shouldIncludePkgInRecents(UsageStats stat) { in shouldIncludePkgInRecents() method in RecentAppsPreferenceController
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java307 if (!shouldIncludePkgInRecents(app.getPackage(), app.getUserId())) { in getDisplayableRecentAppList()
323 private boolean shouldIncludePkgInRecents(String pkgName, int userId) { in shouldIncludePkgInRecents() method in RecentNotifyingAppsPreferenceController