Searched refs:ACTION_PACKAGE_REMOVED (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsApplication.java77 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java112 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
281 case Intent.ACTION_PACKAGE_REMOVED:
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
317 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java180 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
201 || Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DPermissionMonitor.java93 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
112 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java155 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
177 final boolean isRemoval = Intent.ACTION_PACKAGE_REMOVED.equals(action)
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java149 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {
337 final IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java993 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
1020 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1412 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
1418 case Intent.ACTION_PACKAGE_REMOVED: {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java799 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
815 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
962 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
969 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2445 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
2485 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java314 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java689 || (queryRemove=action.equals(Intent.ACTION_PACKAGE_REMOVED))
959 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java389 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)
1066 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/core/java/android/content/
H A DIntent.java538 * <li> {@link #ACTION_PACKAGE_REMOVED}
1823 * an {@link #ACTION_PACKAGE_REMOVED} broadcast for the same package.
1873 public static final String ACTION_PACKAGE_REMOVED = "android.intent.action.PACKAGE_REMOVED"; field in class:Intent
1877 * This is like {@link #ACTION_PACKAGE_REMOVED}, but only set when
3508 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3524 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3537 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3546 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3554 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java238 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java281 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1266 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
1764 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16537 case Intent.ACTION_PACKAGE_REMOVED:
16585 case Intent.ACTION_PACKAGE_REMOVED:
16590 boolean removed = Intent.ACTION_PACKAGE_REMOVED.equals(action);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java12802 sendPackageBroadcast(Intent.ACTION_PACKAGE_REMOVED, removedPackage,

Completed in 3491 milliseconds