Home
last modified time | relevance | path

Searched refs:putBoolean (Results 1 – 25 of 122) sorted by relevance

12345

/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java726 sDefaults.putBoolean(KEY_ADDITIONAL_CALL_SETTING_BOOL, true); in sDefaults.putBoolean()
727 sDefaults.putBoolean(KEY_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG_BOOL, false); in sDefaults.putBoolean()
728 sDefaults.putBoolean(KEY_ALLOW_LOCAL_DTMF_TONES_BOOL, true); in sDefaults.putBoolean()
729 sDefaults.putBoolean(KEY_APN_EXPAND_BOOL, true); in sDefaults.putBoolean()
730 sDefaults.putBoolean(KEY_AUTO_RETRY_ENABLED_BOOL, false); in sDefaults.putBoolean()
731 sDefaults.putBoolean(KEY_CARRIER_SETTINGS_ENABLE_BOOL, false); in sDefaults.putBoolean()
732 sDefaults.putBoolean(KEY_CARRIER_VOLTE_AVAILABLE_BOOL, false); in sDefaults.putBoolean()
733 sDefaults.putBoolean(KEY_CARRIER_VT_AVAILABLE_BOOL, false); in sDefaults.putBoolean()
734 sDefaults.putBoolean(KEY_CARRIER_WFC_IMS_AVAILABLE_BOOL, false); in sDefaults.putBoolean()
735 sDefaults.putBoolean(KEY_CARRIER_WFC_SUPPORTS_WIFI_ONLY_BOOL, false); in sDefaults.putBoolean()
[all …]
/frameworks/base/core/java/android/content/
DSyncActivityTooManyDeletes.java118 extras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true); in startSyncReallyDelete()
119 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in startSyncReallyDelete()
120 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true); in startSyncReallyDelete()
121 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in startSyncReallyDelete()
127 extras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true); in startSyncUndoDeletes()
128 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in startSyncUndoDeletes()
129 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true); in startSyncUndoDeletes()
130 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in startSyncUndoDeletes()
DSyncRequest.java511 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
514 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISALLOW_METERED, true); in build()
517 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_REQUIRE_CHARGING, true); in build()
520 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()
523 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in build()
526 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true); in build()
529 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in build()
530 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in build()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java100 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in parseArgs()
102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true); in parseArgs()
104 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true); in parseArgs()
106 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true); in parseArgs()
108 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true); in parseArgs()
110 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true); in parseArgs()
112 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in parseArgs()
114 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true); in parseArgs()
116 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true); in parseArgs()
143 mExtras.putBoolean(key, Boolean.valueOf(value)); in parseArgs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java55 Prefs.putBoolean(mContext, Key.QS_INVERT_COLORS_ADDED, true); in AutoTileManager()
85 Prefs.putBoolean(mContext, Key.QS_NIGHT_ADDED, true);
105 Prefs.putBoolean(mContext, Key.QS_WORK_ADDED, true);
128 Prefs.putBoolean(mContext, Key.QS_DATA_SAVER_ADDED, true);
145 Prefs.putBoolean(mContext, Key.QS_HOTSPOT_ADDED, true);
/frameworks/opt/telephony/src/java/android/telephony/
DSmsManager.java1596 filtered.putBoolean(MMS_CONFIG_APPEND_TRANSACTION_ID, in getMmsConfig()
1598 filtered.putBoolean(MMS_CONFIG_MMS_ENABLED, config.getBoolean(MMS_CONFIG_MMS_ENABLED)); in getMmsConfig()
1599 filtered.putBoolean(MMS_CONFIG_GROUP_MMS_ENABLED, in getMmsConfig()
1601 filtered.putBoolean(MMS_CONFIG_NOTIFY_WAP_MMSC_ENABLED, in getMmsConfig()
1603 filtered.putBoolean(MMS_CONFIG_ALIAS_ENABLED, config.getBoolean(MMS_CONFIG_ALIAS_ENABLED)); in getMmsConfig()
1604 filtered.putBoolean(MMS_CONFIG_ALLOW_ATTACH_AUDIO, in getMmsConfig()
1606 filtered.putBoolean(MMS_CONFIG_MULTIPART_SMS_ENABLED, in getMmsConfig()
1608 filtered.putBoolean(MMS_CONFIG_SMS_DELIVERY_REPORT_ENABLED, in getMmsConfig()
1610 filtered.putBoolean(MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION, in getMmsConfig()
1612 filtered.putBoolean(MMS_CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGES, in getMmsConfig()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserRestrictionsUtilsTest.java42 out.putBoolean("a", true); // Should not be Bundle.EMPTY. in testNonNull()
62 out.putBoolean("a", true); // Should not be Bundle.EMPTY. in testClone()
198 a.putBoolean("b", true); in testAreEqual()
201 b.putBoolean("b", false); in testAreEqual()
DUserManagerServiceTest.java78 result.putBoolean("boolean_0", false); in createBundle()
79 result.putBoolean("boolean_1", true); in createBundle()
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java182 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_UNLOCK_ATTEMPTS, enabled).apply(); in setReportUnlockAttempts()
194 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_DEVICE_LOCKED, enabled).apply(); in setReportDeviceLocked()
206 sharedPreferences.edit().putBoolean(PREFERENCE_MANAGING_TRUST, enabled).apply(); in setIsManagingTrust()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DAnimationView.java99 args.putBoolean(Shared.EXTRA_IGNORE_STATE, true); in setupAnimations()
104 args.putBoolean(Shared.EXTRA_IGNORE_STATE, true); in setupAnimations()
/frameworks/base/core/java/com/android/internal/app/
DResolverTargetActionsDialogFragment.java54 args.putBoolean(PINNED_KEY, pinned); in ResolverTargetActionsDialogFragment()
83 sp.edit().putBoolean(key, true).apply(); in onClick()
/frameworks/support/v4/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java82 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY, true); in Builder()
87 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_GROUP_SUMMARY, true); in Builder()
89 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true); in Builder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java262 b.putBoolean(SERVICE_STATE_EMERGENCY_ONLY, mEmergencyOnly); in writeServiceStateChanged()
329 b.putBoolean(DATA_KEY_VOLTE, capabilities[0]); in writeOnImsCapabilities()
330 b.putBoolean(DATA_KEY_VILTE, capabilities[1]); in writeOnImsCapabilities()
331 b.putBoolean(DATA_KEY_VOWIFI, capabilities[2]); in writeOnImsCapabilities()
332 b.putBoolean(DATA_KEY_VIWIFI, capabilities[3]); in writeOnImsCapabilities()
333 b.putBoolean(DATA_KEY_UTLTE, capabilities[4]); in writeOnImsCapabilities()
334 b.putBoolean(DATA_KEY_UTWIFI, capabilities[5]); in writeOnImsCapabilities()
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerDialog.java85 outState.putBoolean(KEY_HAS_RESULTS, mView != null && mView.hasResults()); in onSaveInstanceState()
90 outState.putBoolean(KEY_HIDE_FILTER_SEARCH, mView.getHideFilterSearchOnStart()); in onSaveInstanceState()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DLocalPreferences.java50 getPrefs(context).edit().putBoolean(KEY_FILE_SIZE, display).apply(); in setDisplayFileSize()
59 getPrefs(context).edit().putBoolean(INCLUDE_DEVICE_ROOT + action, display).apply(); in setShowDeviceRoot()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java191 restrictions.putBoolean(key, Boolean.parseBoolean(value)); in readRestrictions()
226 dest.putBoolean(key, true); in merge()
262 global.putBoolean(key, true); in sortToGlobalAndLocal()
264 local.putBoolean(key, true); in sortToGlobalAndLocal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java77 public static void putBoolean(Context context, @Key String key, boolean value) { in putBoolean() method in Prefs
78 get(context).edit().putBoolean(key, value).apply(); in putBoolean()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java476 mBundle.putBoolean(KEY_ENABLED, enabled); in setEnabled()
487 mBundle.putBoolean(KEY_CONNECTING, connecting); in setConnecting()
508 mBundle.putBoolean(KEY_CAN_DISCONNECT, canDisconnect); in setCanDisconnect()
/frameworks/support/v4/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java112 mExtras.putBoolean(EXTRA_LOCAL_ONLY, true); in Builder()
117 mExtras.putBoolean(EXTRA_GROUP_SUMMARY, true); in Builder()
119 mExtras.putBoolean(EXTRA_USE_SIDE_CHANNEL, true); in Builder()
280 actionExtras.putBoolean(EXTRA_ALLOW_GENERATED_REPLIES, in writeActionAndGetExtras()
/frameworks/base/services/core/java/com/android/server/content/
DSyncOperation.java198 syncExtrasBundle.putBoolean(key, (Boolean) value); in toJobInfoExtras()
213 jobInfoExtras.putBoolean("SyncManagerJob", true); in toJobInfoExtras()
223 jobInfoExtras.putBoolean("allowParallelSyncs", allowParallelSyncs); in toJobInfoExtras()
225 jobInfoExtras.putBoolean("isPeriodic", isPeriodic); in toJobInfoExtras()
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DRanker.java168 signals.putBoolean(Adjustment.NEEDS_AUTOGROUPING_KEY, true); in adjustAutobundlingSummary()
171 signals.putBoolean(Adjustment.NEEDS_AUTOGROUPING_KEY, false); in adjustAutobundlingSummary()
/frameworks/support/v4/java/android/support/v4/app/
DAppLaunchChecker.java81 sp.edit().putBoolean(KEY_STARTED_FROM_LAUNCHER, true)); in onActivityCreate()
DDialogFragment.java430 outState.putBoolean(SAVED_CANCELABLE, mCancelable); in onSaveInstanceState()
433 outState.putBoolean(SAVED_SHOWS_DIALOG, mShowsDialog); in onSaveInstanceState()
/frameworks/base/test-runner/src/android/test/
DSyncBaseInstrumentation.java55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true); in syncProvider()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java697 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true); in getAccountRemovalAllowed()
718 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in getAccountCredentialsForCloning()
744 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in addAccountFromCredentials()
992 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false); in isCredentialsUpdateSuggested()

12345