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

1 2

  /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) &&
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
RegisteredMediaRouteProviderWatcher.java 53 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 57 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 98 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 46 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
325 } 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);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 73 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
NfcService.java 429 ownerFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 279 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 96 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
ApplicationsState.java 295 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
315 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 189 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 191 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 96 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Settings/src/com/android/settings/
DreamSettings.java 231 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
NotificationAccessSettings.java 151 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
NotificationStation.java 163 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);

Completed in 64 milliseconds

1 2