Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2606 IntentFilter suspendedPkgFilter = new IntentFilter(); in init() local
2607 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in init()
2608 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in init()
2609 suspendedPkgFilter.addAction(Intent.ACTION_DISTRACTING_PACKAGES_CHANGED); in init()
2611 suspendedPkgFilter, null, null); in init()