Searched refs:packageSuspendFilter (Results 1 – 1 of 1) sorted by relevance
1093 final IntentFilter packageSuspendFilter = new IntentFilter(); in systemReady() local1094 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in systemReady()1095 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in systemReady()1130 }, UserHandle.ALL, packageSuspendFilter, null, null); in systemReady()