Searched refs:packageSuspendFilter (Results 1 – 1 of 1) sorted by relevance
1137 final IntentFilter packageSuspendFilter = new IntentFilter(); in systemReady() local1138 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); in systemReady()1139 packageSuspendFilter.addAction(Intent.ACTION_PACKAGES_SUSPENDED); in systemReady()1164 }, UserHandle.ALL, packageSuspendFilter, null, null); in systemReady()