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