Searched refs:ACTION_PACKAGE_ADDED (Results 1 – 13 of 13) sorted by relevance
37 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);197 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()
26 import static android.content.Intent.ACTION_PACKAGE_ADDED;322 packageFilter.addAction(ACTION_PACKAGE_ADDED); in systemReady()370 if (ACTION_PACKAGE_ADDED.equals(action)) {
144 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in InstallReceiver()151 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()650 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in ReplaceReceiver()667 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
115 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache()
111 mIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in InputMethodsPanel()
204 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in systemReady()1430 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
938 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in initPackageTracking()1281 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||1297 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
1394 public static final String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"; field in Intent
1170 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()1179 pm.refreshPlugins(Intent.ACTION_PACKAGE_ADDED.equals(action)); in onReceive()1199 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in setupPackageListener()
673 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, in doHandleMessage()4873 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, addedPackage, in onEvent()6900 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName, in deletePackageX()
11584 } else if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) { in broadcastIntentLocked()11749 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction()) in broadcastIntentLocked()
5453 …field public static final java.lang.String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_A…