HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PACKAGE_REMOVED (Results 1 - 25 of 68) sorted by null

1 2 3

  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 60 * with ACTION_PACKAGE_REMOVED requires permissions.
67 mContext.sendBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED));
74 mContext.sendBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED),
82 mContext.sendOrderedBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED),
90 mContext.sendOrderedBroadcast(createIntent(Intent.ACTION_PACKAGE_REMOVED),
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailCleanupServiceTest.java 59 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REMOVED, true);
63 sendIntent(TEST_PACKAGE_1, Intent.ACTION_PACKAGE_REMOVED, null);
68 sendIntent(TEST_PACKAGE_2, Intent.ACTION_PACKAGE_REMOVED, false);
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 36 Intent.ACTION_PACKAGE_REMOVED,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 65 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 46 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PackageIntentReceiver.java 47 if (intent.getAction().equals(Intent.ACTION_PACKAGE_REMOVED) &&
VoicemailCleanupService.java 46 if (intent.getAction().equals(Intent.ACTION_PACKAGE_REMOVED) &&
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatV16.java 138 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
158 || Intent.ACTION_PACKAGE_REMOVED.equals(action)
171 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsApplication.java 77 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 99 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
  /device/sample/apps/LeanbackCustomizer/src/com/android/leanbacklauncher/partnercustomizer/
PartnerReceiver.java 89 Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java 74 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 42 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
317 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 93 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
112 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailAppObserver.java 195 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
216 else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 94 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
128 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 181 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 73 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 132 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
149 final boolean isRemoval = Intent.ACTION_PACKAGE_REMOVED.equals(action)
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 129 Intent.ACTION_PACKAGE_REMOVED.equals(action));
148 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ApplicationsState.java 189 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
211 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserAppRestrictionsDialogFragment.java 141 Intent.ACTION_PACKAGE_REMOVED.equals(action)
182 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);

Completed in 1246 milliseconds

1 2 3