Searched refs:ACTION_PACKAGE_REPLACED (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRegisteredMediaRouteProviderWatcher.java63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRegisteredMediaRouteProviderWatcher.java63 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DServiceListing.java86 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DSettingsDrawerActivity.java103 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java82 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
H A DMediaSessionService.java461 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:
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java76 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java91 if (intent.getAction() == Intent.ACTION_PACKAGE_REPLACED) {
110 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/services/core/java/com/android/server/stats/
H A DStatsCompanionService.java189 if (DEBUG) Slog.d(TAG, "Registered receiver for ACTION_PACKAGE_REPLACED and ADDED.");
311 if (!intent.getAction().equals(Intent.ACTION_PACKAGE_REPLACED)
1089 IntentFilter filter = new IntentFilter(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java230 case Intent.ACTION_PACKAGE_REPLACED:
519 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java193 case Intent.ACTION_PACKAGE_REPLACED:
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java377 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java777 filter.addAction(Intent.ACTION_PACKAGE_REPLACED);
804 } else if (Intent.ACTION_PACKAGE_REPLACED.equals(action)) {
/frameworks/base/core/java/android/content/
H A DIntent.java2129 public static final String ACTION_PACKAGE_REPLACED = "android.intent.action.PACKAGE_REPLACED"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2089 sendPackageBroadcast(Intent.ACTION_PACKAGE_REPLACED,
2094 sendPackageBroadcast(Intent.ACTION_PACKAGE_REPLACED, packageName,
2100 sendPackageBroadcast(Intent.ACTION_PACKAGE_REPLACED, packageName,
18309 packageSender.sendPackageBroadcast(Intent.ACTION_PACKAGE_REPLACED,
18317 packageSender.sendPackageBroadcast(Intent.ACTION_PACKAGE_REPLACED,
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java21470 case Intent.ACTION_PACKAGE_REPLACED:
21481 Slog.w(TAG, "Dropping ACTION_PACKAGE_REPLACED for non-existent pkg:"
21577 Intent.ACTION_PACKAGE_REPLACED.equals(action)) {
[all...]

Completed in 421 milliseconds