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

123

/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.java497 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
500 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISALLOW_METERED, true);
503 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
506 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
509 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
512 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
513 mSyncConfigExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
H A DSharedPreferences.java142 Editor putBoolean(String key, boolean value); method in interface:SharedPreferences.Editor
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DLocalPreferences.java38 .putBoolean(KEY_ADVANCED_DEVICES, display).apply();
43 .putBoolean(KEY_FILE_SIZE, display).apply();
/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/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java174 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_UNLOCK_ATTEMPTS, enabled).apply();
186 sharedPreferences.edit().putBoolean(PREFERENCE_REPORT_DEVICE_LOCKED, enabled).apply();
198 sharedPreferences.edit().putBoolean(PREFERENCE_MANAGING_TRUST, enabled).apply();
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncOperationTest.java61 b2.putBoolean("b2", true);
143 b2.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
167 withExpedited.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, 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/test-runner/src/android/test/
H A DSyncBaseInstrumentation.java49 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, 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);
H A DMediaRouteDescriptor.java336 mBundle.putBoolean(KEY_ENABLED, enabled);
345 mBundle.putBoolean(KEY_CONNECTING, connecting);
353 mBundle.putBoolean(KEY_CAN_DISCONNECT, canDisconnect);
/frameworks/base/core/java/android/os/
H A DUserManager.java638 bundle.putBoolean(key, value);
657 bundle.putBoolean(key, value);
749 guestRestrictions.putBoolean(DISALLOW_SMS, true);
750 guestRestrictions.putBoolean(DISALLOW_INSTALL_UNKNOWN_SOURCES, true);
788 restrictions.putBoolean(DISALLOW_OUTGOING_CALLS, true);
789 restrictions.putBoolean(DISALLOW_SMS, true);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DApplicationRestrictionsTest.java108 restrictions.putBoolean("KEY_BOOLEAN", true);
109 restrictions.putBoolean("KEY_BOOLEAN_2", false);
/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/support/v4/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java80 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_LOCAL_ONLY, true);
85 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_GROUP_SUMMARY, true);
87 mExtras.putBoolean(NotificationCompatJellybean.EXTRA_USE_SIDE_CHANNEL, true);
/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java116 m.getData().putBoolean(DATA_INITIATED_BY_USER, initiatedByUser);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DRemoteInputCompatJellybean.java51 data.putBoolean(KEY_ALLOW_FREE_FORM_INPUT, remoteInput.getAllowFreeFormInput());
/frameworks/base/core/java/android/app/
H A DDialogFragment.java510 outState.putBoolean(SAVED_CANCELABLE, mCancelable);
513 outState.putBoolean(SAVED_SHOWS_DIALOG, mShowsDialog);
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java186 restrictions.putBoolean(UserManager.DISALLOW_INSTALL_APPS, true);
187 restrictions.putBoolean(UserManager.DISALLOW_CONFIG_WIFI, false);
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java295 mStorage.edit().putBoolean(PREFIX + "enabledState", enabled));
343 SharedPreferencesCompat.apply(mStorage.edit().putBoolean(PREFIX + "permanentError", true));
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java418 outState.putBoolean(SAVED_CANCELABLE, mCancelable);
421 outState.putBoolean(SAVED_SHOWS_DIALOG, mShowsDialog);
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java503 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
523 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);
548 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, false);

Completed in 623 milliseconds

123