/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/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsApplication.java | 77 packageFilter.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 | 99 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
RegisteredMediaRouteProviderWatcher.java | 61 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|
/frameworks/base/core/java/com/android/internal/content/ |
PackageMonitor.java | 43 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED); 314 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredServicesCache.java | 99 Intent.ACTION_PACKAGE_REMOVED.equals(action)); 118 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|
/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/java/com/android/server/media/ |
RemoteDisplayProviderWatcher.java | 80 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/Launcher3/src/com/android/launcher3/ |
LauncherAppState.java | 96 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|
/packages/apps/Nfc/src/com/android/nfc/ |
RegisteredComponentCache.java | 73 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|
/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);
|
/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 | 94 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|
/packages/apps/Settings/src/com/android/settings/ |
DreamSettings.java | 231 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
|