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

1 2 3

  /cts/tests/tests/permission2/src/android/permission2/cts/
ProtectedBroadcastsTest.java 36 Intent.ACTION_PACKAGE_REPLACED,
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
RegisteredMediaRouteProviderWatcher.java 63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
RegisteredMediaRouteProviderWatcher.java 63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 80 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsPackageMonitor.java 100 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
InterpreterConfiguration.java 204 || action.equals(Intent.ACTION_PACKAGE_REPLACED)
222 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ServiceListing.java 86 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
SettingsDrawerActivity.java 103 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 82 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
MediaSessionService.java 461 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
490 // 3. ACTION_PACKAGE_REPLACED
497 // Replacing will be handled only once with the ACTION_PACKAGE_REPLACED.
504 case Intent.ACTION_PACKAGE_REPLACED:
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvRemoteProviderWatcher.java 76 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /packages/apps/Car/Launcher/src/com/android/car/carlauncher/
AppGridActivity.java 149 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
AppSearchActivity.java 139 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamFragment.java 88 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/base/services/core/java/com/android/server/
PinnerService.java 91 if (intent.getAction() == Intent.ACTION_PACKAGE_REPLACED) {
110 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 492 pkgFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 149 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
RegisteredNfcFServicesCache.java 157 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 189 if (DEBUG) Slog.d(TAG, "Registered receiver for ACTION_PACKAGE_REPLACED and ADDED.");
311 if (!intent.getAction().equals(Intent.ACTION_PACKAGE_REPLACED)
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 230 case Intent.ACTION_PACKAGE_REPLACED:
519 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsResolver.java 193 case Intent.ACTION_PACKAGE_REPLACED:
    [all...]
  /packages/services/Car/service/src/com/android/car/pm/
CarPackageManagerService.java 126 Intent.ACTION_PACKAGE_REPLACED,
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 377 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 777 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
804 } else if (Intent.ACTION_PACKAGE_REPLACED.equals(action)) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 1840 milliseconds

1 2 3