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

  /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),
  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 38 Intent.ACTION_PACKAGE_REMOVED,
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 42 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
LauncherModel.java 307 * Call from the handler for ACTION_PACKAGE_ADDED, ACTION_PACKAGE_REMOVED and
316 || Intent.ACTION_PACKAGE_REMOVED.equals(action)
330 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java 47 Intent.ACTION_PACKAGE_REMOVED.equals(action) ||
  /frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java 38 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED);
223 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
  /packages/apps/Contacts/src/com/android/contacts/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 179 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 812 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
NotificationManagerService.java 363 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
473 pkgFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
BackupManagerService.java 649 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
LocationManagerService.java 532 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
AppWidgetService.java 147 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
    [all...]
PackageManagerService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 222 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
239 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(actionStr)) {
  /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 642 filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
658 if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
770 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REMOVED);
777 if (!Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 508 * <li> {@link #ACTION_PACKAGE_REMOVED}
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 262 filter.addAction(Intent.ACTION_PACKAGE_REMOVED);
272 if (Intent.ACTION_PACKAGE_REMOVED.equals(action) && replacing) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 664 milliseconds