Searched refs:ACTION_PACKAGE_ADDED (Results 1 – 19 of 19) sorted by relevance
178 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()197 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction())) { in packageIntent()
91 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in PermissionMonitor()111 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in startMonitoring()
75 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onCreate()
42 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED);292 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in onReceive()
60 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
79 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start()
25 import static android.content.Intent.ACTION_PACKAGE_ADDED;408 packageFilter.addAction(ACTION_PACKAGE_ADDED); in systemReady()503 if (ACTION_PACKAGE_ADDED.equals(action)) {
131 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache()
185 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in InstallReceiver()192 if (!Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()807 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in ReplaceReceiver()824 } else if (Intent.ACTION_PACKAGE_ADDED.equals(action)) { in notifyNow()
313 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_ADDED); in systemRunning()
695 if (action.equals(Intent.ACTION_PACKAGE_ADDED)951 pkgFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onStart()
231 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in registerBroadcastReceiver()339 added = Intent.ACTION_PACKAGE_ADDED.equals(action); in onPackageBroadcastReceived()
318 || (Intent.ACTION_PACKAGE_ADDED.equals(action)969 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in DevicePolicyManagerService()
1247 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in initPackageTracking()1705 if (Intent.ACTION_PACKAGE_ADDED.equals(action) ||1752 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
1671 public static final String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_ADDED"; field in Intent
1034 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, in doHandleMessage()1041 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, in doHandleMessage()8127 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, in sendPackageAddedForUser()10935 sendPackageBroadcast(Intent.ACTION_PACKAGE_ADDED, packageName, in deletePackageX()
16006 case Intent.ACTION_PACKAGE_ADDED: in broadcastIntentLocked()16195 if (Intent.ACTION_PACKAGE_ADDED.equals(intent.getAction()) in broadcastIntentLocked()
7897 …field public static final java.lang.String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_A…
7653 …field public static final java.lang.String ACTION_PACKAGE_ADDED = "android.intent.action.PACKAGE_A…