Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppStatsMixin.java55 private static final Set<String> SKIP_SYSTEM_PACKAGES = new ArraySet<>(); field in RecentAppStatsMixin
70 SKIP_SYSTEM_PACKAGES.addAll(Arrays.asList(
168 if (SKIP_SYSTEM_PACKAGES.contains(pkgName)) { in shouldIncludePkgInRecents()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRecentAppStatsMixin.java55 private static final Set<String> SKIP_SYSTEM_PACKAGES = new ArraySet<>(); field in RecentAppStatsMixin
70 SKIP_SYSTEM_PACKAGES.addAll(Arrays.asList(
168 if (SKIP_SYSTEM_PACKAGES.contains(pkgName)) { in shouldIncludePkgInRecents()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DRecentAppsPreferenceController.java62 private static final Set<String> SKIP_SYSTEM_PACKAGES = new ArraySet<>(); field in RecentAppsPreferenceController
76 SKIP_SYSTEM_PACKAGES.addAll(Arrays.asList(
255 if (SKIP_SYSTEM_PACKAGES.contains(pkgName)) { in shouldIncludePkgInRecents()
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java76 private static final Set<String> SKIP_SYSTEM_PACKAGES = new ArraySet<>(); field in RecentNotifyingAppsPreferenceController