Searched refs:ACTION_PACKAGE_REMOVED (Results 1 – 17 of 17) sorted by relevance
38 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);223 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in onReceive()
797 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in UninstallReceiver()825 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) in onReceive()
322 if (action.equals(Intent.ACTION_PACKAGE_REMOVED)434 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in NotificationManagerService()
539 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initialize()1896 || action.equals(Intent.ACTION_PACKAGE_REMOVED)
206 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in systemReady()
939 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initPackageTracking()1282 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
649 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in ReplaceReceiver()665 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()787 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in DeleteReceiver()794 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()
117 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache()
112 mIntentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in InputMethodsPanel()
381 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AudioService()2598 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)) { in onReceive()
1437 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in Intent
208 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AccountManagerService()
1164 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) && replacing) { in onReceive()1200 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in setupPackageListener()
4867 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage, in onEvent()6937 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage, in sendBroadcast()
11527 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction()) in broadcastIntentLocked()11565 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) { in broadcastIntentLocked()
5460 …field public static final java.lang.String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE…