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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
CarrierConfigManager.java     [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
CarHelper.java 40 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
45 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
50 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
CarHelper.java 40 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
45 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
50 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
CarHelper.java 41 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
46 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
51 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
CarHelper.java 40 extras.putBoolean(SLOT_RESERVATION_QUEUE, true);
45 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_PREV, true);
50 extras.putBoolean(SLOT_RESERVATION_SKIP_TO_NEXT, true);
  /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);
SyncRequest.java 511 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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CommonPreferences.java 31 editor.putBoolean(id, true);
37 editor.putBoolean(id, false);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 74 .putBoolean(PREF_SETUP_COMPLETE, true).commit();
92 b.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
93 b.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncUtils.java 74 .putBoolean(PREF_SETUP_COMPLETE, true).commit();
92 b.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
93 b.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncUtils.java 74 .putBoolean(PREF_SETUP_COMPLETE, true).commit();
92 b.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
93 b.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferenceInitializer.java 39 defaultPreferences.putBoolean(PRE_DATABASE_CONNECTION, IPerformancesConstants.DEFAULT_DATABASE_CONNECTION);
40 defaultPreferences.putBoolean(PRE_DATABASE_LOCAL, IPerformancesConstants.DEFAULT_DATABASE_LOCAL);
67 defaultPreferences.putBoolean(PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
68 defaultPreferences.putBoolean(PRE_FILTER_OLD_BUILDS, IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS);
69 defaultPreferences.putBoolean(PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 100 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(key, Boolean.valueOf(value))
    [all...]
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
BroadcastIntentReceiver.java 35 editor.putBoolean(OWNER_CHANGED_BROADCAST_RECEIVED_KEY, true);
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 60 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, true);
72 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, false);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncUtils.java 52 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
53 bundle.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
  /packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java 55 extras.putBoolean(LauncherSettings.Settings.EXTRA_DEFAULT_VALUE, false);
68 extras.putBoolean(LauncherSettings.Settings.EXTRA_VALUE, (Boolean) newValue);
  /packages/apps/TV/common/src/com/android/tv/common/feature/
SharedPreferencesFeature.java 76 mSharedPreferences.edit().putBoolean(mKey, enable).apply();
79 mSharedPreferences.edit().putBoolean(mKey, enable).apply();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 55 Prefs.putBoolean(mContext, Key.QS_INVERT_COLORS_ADDED, true);
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);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/preference/
ContactsPreferences.java 196 editor.putBoolean(mDefaultAccountSavedKey, true);
230 b.putBoolean(SHOULD_CLEAR_METADATA_BEFORE_SYNCING, true);
231 b.putBoolean(ONLY_CLEAR_DONOT_SYNC, false);
232 b.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
233 b.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
243 b.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
244 b.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
245 b.putBoolean(SHOULD_CLEAR_METADATA_BEFORE_SYNCING, true);
246 b.putBoolean(ONLY_CLEAR_DONOT_SYNC, true);
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountRemovalDummyActivity.java 45 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, true);
  /external/guava/guava/src/com/google/common/hash/
AbstractHasher.java 20 * An abstract hasher, implementing {@link #putBoolean(boolean)}, {@link #putDouble(double)},
27 @Override public final Hasher putBoolean(boolean b) {
Hasher.java 74 @Override Hasher putBoolean(boolean b);
PrimitiveSink.java 86 PrimitiveSink putBoolean(boolean b);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPicker.java 35 data.putBoolean(GalleryActivity.KEY_GET_ALBUM, true);

Completed in 2313 milliseconds

1 2 3 4 5 6 7 8 91011>>