Searched refs:putBoolean (Results 1 - 25 of 118) sorted by relevance

12345

/frameworks/base/telephony/java/android/telephony/
H A DCarrierConfigManager.java1092 sDefaults.putBoolean(KEY_ALLOW_HOLD_IN_IMS_CALL_BOOL, true);
1093 sDefaults.putBoolean(KEY_ADDITIONAL_CALL_SETTING_BOOL, true);
1094 sDefaults.putBoolean(KEY_ALLOW_EMERGENCY_NUMBERS_IN_CALL_LOG_BOOL, false);
1095 sDefaults.putBoolean(KEY_ALLOW_LOCAL_DTMF_TONES_BOOL, true);
1096 sDefaults.putBoolean(KEY_APN_EXPAND_BOOL, true);
1097 sDefaults.putBoolean(KEY_AUTO_RETRY_ENABLED_BOOL, false);
1098 sDefaults.putBoolean(KEY_CARRIER_SETTINGS_ENABLE_BOOL, false);
1099 sDefaults.putBoolean(KEY_CARRIER_VOLTE_AVAILABLE_BOOL, false);
1100 sDefaults.putBoolean(KEY_CARRIER_VT_AVAILABLE_BOOL, false);
1101 sDefaults.putBoolean(KEY_NOTIFY_HANDOVER_VIDEO_FROM_WIFI_TO_LTE_BOO
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DCarHelper.java41 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
46 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
51 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
H A DCarHelper.java41 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
46 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
51 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java118 extras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true);
119 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
120 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
121 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
127 extras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true);
128 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
129 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
130 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
H A DSyncRequest.java511 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
514 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISALLOW_METERED, true);
517 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_REQUIRE_CHARGING, true);
520 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
523 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
526 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
529 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
530 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
H A DSharedPreferences.java143 Editor putBoolean(String key, boolean value); method in interface:SharedPreferences.Editor
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java100 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
102 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
104 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true);
106 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
108 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
110 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
112 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
114 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true);
116 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
143 mExtras.putBoolean(ke
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java54 Prefs.putBoolean(mContext, Key.QS_INVERT_COLORS_ADDED, true);
81 Prefs.putBoolean(mContext, Key.QS_WORK_ADDED, true);
104 Prefs.putBoolean(mContext, Key.QS_DATA_SAVER_ADDED, true);
121 Prefs.putBoolean(mContext, Key.QS_HOTSPOT_ADDED, true);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java54 args.putBoolean(PINNED_KEY, pinned);
83 sp.edit().putBoolean(key, true).apply();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DAnimationView.java99 args.putBoolean(Shared.EXTRA_IGNORE_STATE, true);
104 args.putBoolean(Shared.EXTRA_IGNORE_STATE, true);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java85 outState.putBoolean(KEY_HAS_RESULTS, mView != null && mView.hasResults());
90 outState.putBoolean(KEY_HIDE_FILTER_SEARCH, mView.getHideFilterSearchOnStart());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserRestrictionsUtilsTest.java43 out.putBoolean("a", true); // Should not be Bundle.EMPTY.
63 out.putBoolean("a", true); // Should not be Bundle.EMPTY.
199 a.putBoolean("b", true);
202 b.putBoolean("b", false);
H A DUserManagerServiceTest.java80 result.putBoolean("boolean_0", false);
81 result.putBoolean("boolean_1", true);
/frameworks/base/test-runner/src/android/test/
H A DSyncBaseInstrumentation.java55 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
/frameworks/support/core-utils/java/android/support/v4/app/
H A DAppLaunchChecker.java81 sp.edit().putBoolean(KEY_STARTED_FROM_LAUNCHER, true));
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteDiscoveryRequest.java48 mBundle.putBoolean(KEY_ACTIVE_SCAN, activeScan);
H A DMediaSessionStatus.java223 mBundle.putBoolean(KEY_QUEUE_PAUSED, queuePaused);
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java1607 filtered.putBoolean(MMS_CONFIG_APPEND_TRANSACTION_ID,
1609 filtered.putBoolean(MMS_CONFIG_MMS_ENABLED, config.getBoolean(MMS_CONFIG_MMS_ENABLED));
1610 filtered.putBoolean(MMS_CONFIG_GROUP_MMS_ENABLED,
1612 filtered.putBoolean(MMS_CONFIG_NOTIFY_WAP_MMSC_ENABLED,
1614 filtered.putBoolean(MMS_CONFIG_ALIAS_ENABLED, config.getBoolean(MMS_CONFIG_ALIAS_ENABLED));
1615 filtered.putBoolean(MMS_CONFIG_ALLOW_ATTACH_AUDIO,
1617 filtered.putBoolean(MMS_CONFIG_MULTIPART_SMS_ENABLED,
1619 filtered.putBoolean(MMS_CONFIG_SMS_DELIVERY_REPORT_ENABLED,
1621 filtered.putBoolean(MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION,
1623 filtered.putBoolean(MMS_CONFIG_SEND_MULTIPART_SMS_AS_SEPARATE_MESSAGE
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLocalPreferences.java51 getPrefs(context).edit().putBoolean(KEY_FILE_SIZE, display).apply();
60 getPrefs(context).edit().putBoolean(INCLUDE_DEVICE_ROOT + action, display).apply();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DPrefs.java76 public static void putBoolean(Context context, @Key String key, boolean value) { method in class:Prefs
77 get(context).edit().putBoolean(key, value).apply();
/frameworks/base/location/java/android/location/
H A DSettingInjectorService.java174 bundle.putBoolean(ENABLED_KEY, enabled);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeSharedPreferences.java103 public Editor putBoolean(String key, boolean value) {
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java182 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_UNLOCK_ATTEMPTS, enabled).apply();
194 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_DEVICE_LOCKED, enabled).apply();
206 sharedPreferences.edit().putBoolean(PREFERENCE_MANAGING_TRUST, enabled).apply();
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java82 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY, true);
87 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_GROUP_SUMMARY, true);
89 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true);

Completed in 1044 milliseconds

12345