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

/frameworks/base/core/java/com/android/internal/content/
H A DPackageMonitor.java316 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
338 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
399 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
411 mChangeType = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)
/frameworks/base/services/core/java/com/android/server/webkit/
H A DWebViewUpdateService.java75 if (intent.getExtras().getBoolean(Intent.EXTRA_REPLACING)) return;
89 (intent.getExtras().getBoolean(Intent.EXTRA_REPLACING)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java255 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java182 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1040 boolean update = (extras != null) && extras.getBoolean(Intent.EXTRA_REPLACING);
H A DShortcutService.java2585 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
H A DPackageManagerService.java1701 extras.putBoolean(Intent.EXTRA_REPLACING, true);
1929 extras.putBoolean(Intent.EXTRA_REPLACING,
15808 extras.putBoolean(Intent.EXTRA_REPLACING, true);
15823 extras.putBoolean(Intent.EXTRA_REPLACING, true);
19221 extras.putBoolean(Intent.EXTRA_REPLACING, replacing);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java276 && !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java197 Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java454 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1433 if (intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java336 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
H A DAlarmManagerService.java2776 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1650 i.putExtra(Intent.EXTRA_REPLACING, true);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java405 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
425 || !extras.getBoolean(Intent.EXTRA_REPLACING, false));
/frameworks/base/core/java/android/content/
H A DIntent.java600 * <li> {@link #EXTRA_REPLACING}
1958 * <li> {@link #EXTRA_REPLACING} is set to true if this is following
2001 * <li> {@link #EXTRA_REPLACING} is set to true if this will be followed
2015 * {@link #EXTRA_REPLACING} is false of that broadcast.
3919 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.java814 boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java704 !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java521 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false))) {
524 && !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java363 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1971 replacing = extras.getBoolean(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18043 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
18133 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);

Completed in 2173 milliseconds