Searched refs:ACTION_PACKAGE_REMOVED (Results 1 – 20 of 20) sorted by relevance
93 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in PermissionMonitor()112 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in startMonitoring()
77 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onCreate()
43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);318 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in onReceive()
61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start()
133 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache()150 final boolean isRemoval = Intent.ACTION_PACKAGE_REMOVED.equals(action) in handlePackageEvent()
139 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {290 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in onBootPhase()
806 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in ReplaceReceiver()822 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()969 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED); in DeleteReceiver()976 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in notifyNow()
1927 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in UninstallReceiver()1961 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) in onReceive()
314 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in systemRunning()
696 || (queryRemove=action.equals(Intent.ACTION_PACKAGE_REMOVED))952 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onStart()
321 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)967 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in DevicePolicyManagerService()
1714 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in Intent
262 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AccountManagerService()
1248 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initPackageTracking()1706 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
233 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in registerBroadcastReceiver()
15916 case Intent.ACTION_PACKAGE_REMOVED: in broadcastIntentLocked()15967 case Intent.ACTION_PACKAGE_REMOVED: in broadcastIntentLocked()15972 boolean removed = Intent.ACTION_PACKAGE_REMOVED.equals(action); in broadcastIntentLocked()
10974 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage, in sendBroadcast()
7904 …field public static final java.lang.String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE…
7660 …field public static final java.lang.String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE…