HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_PACKAGE_REMOVED (Results 1 - 25 of 45) 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 38 Intent.ACTION_PACKAGE_REMOVED,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java 63 } 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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 75 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
  /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/Launcher2/src/com/android/launcher2/
LauncherApplication.java 55 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 45 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
248 } 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/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 70 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
NfcService.java 354 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 166 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
AlarmManagerService.java 817 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 281 if (Intent.ACTION_PACKAGE_REMOVED.equals(intent.getAction())) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 187 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 190 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 262 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
282 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
    [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 203 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 117 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 674 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
690 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
808 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
815 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 112 mIntentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);

Completed in 1426 milliseconds

1 2