Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2470 IntentFilter suspendedPkgFilter = new IntentFilter(); in init() local
2471 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in init()
2472 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in init()
2473 suspendedPkgFilter.addAction(Intent.ACTION_DISTRACTING_PACKAGES_CHANGED); in init()
2475 suspendedPkgFilter, null, null); in init()