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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/android/telephony/
CarrierConfigManager.java     [all...]
  /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/support/samples/Support4Demos/src/main/java/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);
  /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);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ProvisioningSuccessActivity.java 26 .putBoolean(ProvisioningTest.KEY_PROVISIONING_SUCCESSFUL_RECEIVED, true).commit();
  /tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
WifiUtil.java 172 result.putBoolean("result", wifiManager.setWifiEnabled(true));
174 result.putBoolean("result", wifiManager.setWifiEnabled(false));
191 result.putBoolean("result",
195 result.putBoolean("result", wifiManager.disconnect());
200 result.putBoolean("result", wifiManager.disableNetwork(id));
203 result.putBoolean("result", wifiManager.isWifiEnabled());
230 result.putBoolean("result", true);
235 result.putBoolean("result", wifiManager.removeNetwork(id));
238 result.putBoolean("result", wifiManager.saveConfiguration());
247 result.putBoolean("result", connector.checkConnectivity(url))
    [all...]
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeState.java 54 bundle.putBoolean("mHasInputBinding", mHasInputBinding);
55 bundle.putBoolean("mHasDummyInputConnection", mHasDummyInputConnection);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
BlockChangeReceiver.java 23 editor.putBoolean(id,
27 editor.putBoolean(id,
31 editor.putBoolean(id,
  /cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdSyncAdapter.java 75 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
76 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
77 extras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
  /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);
  /packages/services/Telephony/tests/src/com/android/phone/
CdmaOptionsTest.java 56 bundle.putBoolean(CarrierConfigManager.KEY_SHOW_APN_SETTING_CDMA_BOOL, true);
60 bundle.putBoolean(CarrierConfigManager.KEY_SHOW_APN_SETTING_CDMA_BOOL, false);
64 bundle.putBoolean(CarrierConfigManager.KEY_SHOW_APN_SETTING_CDMA_BOOL, true);
  /frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/
CarAlertDialogDemo.java 70 args.putBoolean(HAS_TITLE_KEY, hasTitle);
71 args.putBoolean(HAS_BODY_KEY, hasBody);
72 args.putBoolean(HAS_SINGLE_LINE_BODY_KEY, hasSingleLineBody);
73 args.putBoolean(HAS_ACTION_1_KEY, hasAction1);
74 args.putBoolean(HAS_ACTION_2_KEY, hasAction2);
  /cts/hostsidetests/backup/SuccessNotificationApp/src/android/cts/backup/successnotificationapp/
SuccessNotificationReceiver.java 37 .edit().putBoolean(packageName, true).commit();
  /cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
BroadcastIntentReceiver.java 35 editor.putBoolean(OWNER_CHANGED_BROADCAST_RECEIVED_KEY, true);
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfirmLockdownFragment.java 62 args.putBoolean(ARG_REPLACING, replacing);
63 args.putBoolean(ARG_ALWAYS_ON, alwaysOn);
64 args.putBoolean(ARG_LOCKDOWN_SRC, fromLockdown);
65 args.putBoolean(ARG_LOCKDOWN_DST, toLockdown);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
DeviceNameSuggestionStatus.java 51 mSharedPreferences.edit().putBoolean(IS_SUGGESTION_FINISHED, true).apply();
  /packages/services/Telephony/src/com/android/phone/vvm/
VisualVoicemailSettingsUtil.java 37 result.putBoolean(TelephonyManager.EXTRA_VISUAL_VOICEMAIL_ENABLED_BY_USER_BOOL,
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 166 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_SETTINGS, true);
168 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, true);
170 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DISCARD_LOCAL_DELETIONS, true);
172 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_DO_NOT_RETRY, true);
174 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true);
176 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
178 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true);
180 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true);
182 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
184 mExtras.putBoolean(ContentResolver.SYNC_EXTRAS_REQUIRE_CHARGING, true)
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
OutgoingCallTest.java 59 extras.putBoolean(TelecomManager.EXTRA_START_CALL_WITH_SPEAKERPHONE, true);
71 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);
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
MyPreferences.java 52 mPrefs.edit().putBoolean(RESPONSE_AUTH_KEY, responseAuth).apply();
66 mPrefs.edit().putBoolean(DATASET_AUTH_KEY, datasetAuth).apply();

Completed in 2529 milliseconds

1 2 3 4 5 6 7 8 91011>>