Searched refs:getBooleanExtra (Results 51 - 64 of 64) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1106 if (!(intent.getBooleanExtra("PHONE_IN_ECM_STATE", false)) &&
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java276 && !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java110 boolean isInEcm = intent.getBooleanExtra(PhoneConstants.PHONE_IN_ECM_STATE, false);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java920 original.getBooleanExtra(Shared.EXTRA_PRODUCTIVITY_MODE, false));
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java196 final boolean isPackageRemoved = !intent.getBooleanExtra(
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java454 if (!intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/core/java/android/content/
H A DIntent.java6108 public boolean getBooleanExtra(String name, boolean defaultValue) { method in class:Intent
7098 * @see #getBooleanExtra(String, boolean)
/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/
H A DAlarmManagerService.java2776 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java702 !intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2594 final boolean replacing = intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6839 if (intent.getBooleanExtra(DumpHeapActivity.EXTRA_DELAY_DELETE, false)) {
18122 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
18124 !intent.getBooleanExtra(Intent.EXTRA_DONT_KILL_APP, false);
18212 intent.getBooleanExtra(Intent.EXTRA_REPLACING, false);
18249 intent.getBooleanExtra(Intent.EXTRA_TIME_PREF_24_HOUR_FORMAT, false) ? 1
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java551 && intent.getBooleanExtra(Intent.EXTRA_REPLACING, false))) {
554 && !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)) {

Completed in 756 milliseconds

123