Searched refs:packageSuspendFilter (Results 1 – 1 of 1) sorted by relevance
1940 final IntentFilter packageSuspendFilter = new IntentFilter(); in systemReady() local1941 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in systemReady()1942 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in systemReady()1967 }, UserHandle.ALL, packageSuspendFilter, null, null); in systemReady()