HomeSort by relevance Sort by last modified time
    Searched refs:shouldIncludePkgInRecents (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
RecentAppsPreferenceController.java 267 if (!shouldIncludePkgInRecents(pkgStats)) {
301 private boolean shouldIncludePkgInRecents(UsageStats stat) {
  /packages/apps/Settings/src/com/android/settings/notification/
RecentNotifyingAppsPreferenceController.java 257 if (!shouldIncludePkgInRecents(app.getPackage())) {
273 private boolean shouldIncludePkgInRecents(String pkgName) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
RecentAppsPreferenceController.java 214 if (!shouldIncludePkgInRecents(pkgStats)) {
247 private boolean shouldIncludePkgInRecents(UsageStats stat) {

Completed in 880 milliseconds