HomeSort by relevance Sort by last modified time
    Searched refs:putBoolean (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/core/java/android/content/
SyncActivityTooManyDeletes.java 118 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);
SharedPreferences.java 137 Editor putBoolean(String key, boolean value);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java 56 editor.putBoolean(ANDPY_CONFS_VIBRATE_KEY, mVibrate);
57 editor.putBoolean(ANDPY_CONFS_KEYSOUND_KEY, mKeySound);
58 editor.putBoolean(ANDPY_CONFS_PREDICTION_KEY, mPrediction);
  /packages/apps/Email/src/com/android/email/
Preferences.java 118 mSharedPreferences.edit().putBoolean(ENABLE_DEBUG_LOGGING, value).apply();
126 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_LOGGING, value).apply();
134 mSharedPreferences.edit().putBoolean(ENABLE_EXCHANGE_FILE_LOGGING, value).apply();
142 mSharedPreferences.edit().putBoolean(INHIBIT_GRAPHICS_ACCELERATION, value).apply();
150 mSharedPreferences.edit().putBoolean(FORCE_ONE_MINUTE_REFRESH, value).apply();
158 mSharedPreferences.edit().putBoolean(ENABLE_STRICT_MODE, value).apply();
208 mSharedPreferences.edit().putBoolean(BACKGROUND_ATTACHMENTS, allowed).apply();
335 mSharedPreferences.edit().putBoolean(makeKey(account, key), value).apply();
  /frameworks/base/core/tests/coretests/src/android/content/
SyncOperationTest.java 42 b2.putBoolean("b2", true);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPicker.java 37 data.putBoolean(Gallery.KEY_GET_ALBUM, true);
DialogPicker.java 37 data.putBoolean(Gallery.KEY_GET_CONTENT, true);
Gallery.java 113 data.putBoolean(KEY_GET_CONTENT, true);
149 data.putBoolean(SlideshowPage.KEY_RANDOM_ORDER, true);
150 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 72 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
92 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 159 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
202 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
212 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, booleanResult);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactPickerFragment.java 85 outState.putBoolean(KEY_EDIT_MODE, mEditMode);
86 outState.putBoolean(KEY_CREATE_CONTACT_ENABLED, mCreateContactEnabled);
87 outState.putBoolean(KEY_SHORTCUT_REQUESTED, mShortcutRequested);
ContactEntryListFragment.java 239 outState.putBoolean(KEY_SECTION_HEADER_DISPLAY_ENABLED, mSectionHeaderDisplayEnabled);
240 outState.putBoolean(KEY_PHOTO_LOADER_ENABLED, mPhotoLoaderEnabled);
241 outState.putBoolean(KEY_QUICK_CONTACT_ENABLED, mQuickContactEnabled);
242 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile);
243 outState.putBoolean(KEY_SEARCH_MODE, mSearchMode);
244 outState.putBoolean(KEY_VISIBLE_SCROLLBAR_ENABLED, mVisibleScrollbarEnabled);
247 outState.putBoolean(KEY_SELECTION_VISIBLE, mSelectionVisible);
248 outState.putBoolean(KEY_LEGACY_COMPATIBILITY, mLegacyCompatibility);
251 outState.putBoolean(KEY_DARK_THEME, mDarkTheme);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java 86 .putBoolean(KEY_SHOW_ACCOUNT_PROMPT, false)
98 options.putBoolean(KEY_ALLOW_SKIP_ACCOUNT_SETUP, true);
  /packages/apps/QuickSearchBox/tests/partial/src/com/android/quicksearchbox/tests/partial/
PartialSuggestionProvider.java 53 mCursor.getExtras().putBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS, false);
114 cursor.getExtras().putBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS, true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DoNotDisturbController.java 59 editor.putBoolean(Prefs.DO_NOT_DISTURB_PREF, value);
  /frameworks/base/test-runner/src/android/test/
SyncBaseInstrumentation.java 49 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
  /external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java 222 editor.putBoolean(PreferenceConstants.PREFERENCE_CLICK_ATTACK, false);
231 editor.putBoolean(PreferenceConstants.PREFERENCE_SCREEN_CONTROLS, true);
235 editor.putBoolean(PreferenceConstants.PREFERENCE_TILT_CONTROLS, true);
261 editor.putBoolean(PreferenceConstants.PREFERENCE_SAFE_MODE, true);
270 editor.putBoolean(PreferenceConstants.PREFERENCE_EXTRAS_UNLOCKED, true);
348 editor.putBoolean(PreferenceConstants.PREFERENCE_SCREEN_CONTROLS, true);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountActivity.java 174 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
175 extras.putBoolean("metafeedonly", true);
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 607 m.putBoolean("roaming", Boolean.valueOf(mRoaming));
611 m.putBoolean("manual", Boolean.valueOf(mIsManualNetworkSelection));
613 m.putBoolean("cssIndicator", mCssIndicator);
618 m.putBoolean("emergencyOnly", Boolean.valueOf(mIsEmergencyOnly));
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 55 msg.getData().putBoolean(PowerTestActivity.MSG_NAV_LOGTIME, true);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 43 args.putBoolean(ARG_SHOULD_END_ACTIVITY, endActivity);
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelReceiver.java 100 extras.putBoolean("GLOBAL_ENABLED", value);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 110 pref.putBoolean("BoolValue", true);
167 pref.putBoolean("BoolValue", true);
327 pref.putBoolean("BoolValue", true);
333 pref.putBoolean(null, true);
347 pref.putBoolean(new String(sb), true);
356 pref.putBoolean("DoubleValue", true);
366 pref.putBoolean("BoolValue", true);
496 pref.putBoolean("BoolValue", true);
625 pref.putBoolean(keyArray[2], true);
768 pref.putBoolean("BoolValue", true)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 204 public Editor putBoolean(String key, boolean value) {
206 mEditorGlobal.putBoolean(key, value);
208 mEditorLocal.putBoolean(key, value);
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverSyncTestCase.java 125 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
141 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
318 extras.putBoolean("Boolean", true);

Completed in 493 milliseconds

1 2 3 4 5 6 7 8