Searched refs:suspendedPkgFilter (Results 1 – 1 of 1) sorted by relevance
2441 IntentFilter suspendedPkgFilter = new IntentFilter(); in init() local2442 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in init()2443 suspendedPkgFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in init()2444 suspendedPkgFilter.addAction(Intent.ACTION_DISTRACTING_PACKAGES_CHANGED); in init()2446 suspendedPkgFilter, null, null); in init()