Searched refs:suspendedPkgFilter (Results 1 – 1 of 1) sorted by relevance
2606 IntentFilter suspendedPkgFilter = new IntentFilter(); in init() local2607 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()