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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java301 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
323 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
378 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
390 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java180 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java152 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1024 boolean update = (extras != null) && extras.getBoolean(Intent.EXTRA_REPLACING);
H A DPackageManagerService.java1394 extras.putBoolean(Intent.EXTRA_REPLACING, true);
1740 extras.putBoolean(Intent.EXTRA_REPLACING,
12761 extras.putBoolean(Intent.EXTRA_REPLACING, true);
12798 extras.putBoolean(Intent.EXTRA_REPLACING, true);
15483 extras.putBoolean(Intent.EXTRA_REPLACING, replacing);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1419 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java358 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
377 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2486 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java387 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false))) {
390 && !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/core/java/android/content/
H A DIntent.java598 * <li> {@link #EXTRA_REPLACING}
1822 * <li> {@link #EXTRA_REPLACING} is set to true if this is following
1865 * <li> {@link #EXTRA_REPLACING} is set to true if this will be followed
1879 * {@link #EXTRA_REPLACING} is false of that broadcast.
3559 public static final String EXTRA_REPLACING = "android.intent.extra.REPLACING"; field in class:Intent
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java821 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java288 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java698 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1851 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java16592 !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
16629 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);

Completed in 6602 milliseconds