Searched refs:EXTRA_REPLACING (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java302 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
324 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
379 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
391 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java153 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java142 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java353 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
372 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
/frameworks/base/core/java/android/content/
H A DIntent.java596 * <li> {@link #EXTRA_REPLACING}
1663 * <li> {@link #EXTRA_REPLACING} is set to true if this is following
1706 * <li> {@link #EXTRA_REPLACING} is set to true if this will be followed
1720 * {@link #EXTRA_REPLACING} is false of that broadcast.
3282 public static final String EXTRA_REPLACING = "android.intent.extra.REPLACING"; field in class:Intent
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java1962 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java319 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false))) {
322 && !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java828 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java269 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java705 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1039 extras.putBoolean(Intent.EXTRA_REPLACING, true);
10933 extras.putBoolean(Intent.EXTRA_REPLACING, true);
10970 extras.putBoolean(Intent.EXTRA_REPLACING, true);
13020 extras.putBoolean(Intent.EXTRA_REPLACING, replacing);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1753 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15974 !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
16012 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);

Completed in 2106 milliseconds