Home
last modified time | relevance | path

Searched refs:ACTION_PACKAGE_REMOVED (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DPackageMonitor.java38 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
223 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) { in onReceive()
/frameworks/base/services/java/com/android/server/
DAlarmManagerService.java797 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in UninstallReceiver()
825 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) in onReceive()
DNotificationManagerService.java322 if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
434 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in NotificationManagerService()
DLocationManagerService.java539 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initialize()
1896 || action.equals(Intent.ACTION_PACKAGE_REMOVED)
DAppWidgetService.java206 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in systemReady()
DBackupManagerService.java939 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in initPackageTracking()
1282 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java649 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()
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java117 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DInputMethodsPanel.java112 mIntentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in InputMethodsPanel()
/frameworks/base/media/java/android/media/
DAudioService.java381 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AudioService()
2598 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)) { in onReceive()
/frameworks/base/core/java/android/content/
DIntent.java1437 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in Intent
/frameworks/base/core/java/android/accounts/
DAccountManagerService.java208 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in AccountManagerService()
/frameworks/base/core/java/android/webkit/
DWebView.java1164 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) && replacing) { in onReceive()
1200 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in setupPackageListener()
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java4867 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage, in onEvent()
6937 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage, in sendBroadcast()
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java11527 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction()) in broadcastIntentLocked()
11565 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) { in broadcastIntentLocked()
/frameworks/base/api/
Dcurrent.txt5460 …field public static final java.lang.String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE…
D14.txt5460 …field public static final java.lang.String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE…