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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/vr/java/com/google/vr/platform/
DeviceInfo.java 17 return SystemProperties.getBoolean(VR_MODE_BOOT, false);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
PduParserUtil.java 35 .getBoolean(SmsManager.MMS_CONFIG_SUPPORT_MMS_CONTENT_DISPOSITION, true);
  /frameworks/base/core/java/com/android/internal/os/
RoSystemProperties.java 35 SystemProperties.getBoolean("ro.config.avoid_gfx_accel", false);
37 SystemProperties.getBoolean("ro.config.low_ram", false);
39 SystemProperties.getBoolean("ro.config.small_battery", false);
43 SystemProperties.getBoolean("ro.fw.system_user_split", false);
  /libcore/ojluni/src/main/java/sun/security/action/
GetBooleanAction.java 70 return Boolean.getBoolean(theProp);
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
LambdaTestMode.java 54 Boolean.getBoolean("org.openjdk.java.util.stream.sand.mode");
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
LambdaTestMode.java 54 Boolean.getBoolean("org.openjdk.java.util.stream.sand.mode");
  /packages/apps/Dialer/java/com/android/dialer/configprovider/
ConfigProvider.java 26 boolean getBoolean(String key, boolean defaultValue);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
BatteryTipPolicy.java 222 batteryTipEnabled = mParser.getBoolean(KEY_BATTERY_TIP_ENABLED, true);
223 summaryEnabled = mParser.getBoolean(KEY_SUMMARY_ENABLED, true);
224 batterySaverTipEnabled = mParser.getBoolean(KEY_BATTERY_SAVER_TIP_ENABLED, true);
225 highUsageEnabled = mParser.getBoolean(KEY_HIGH_USAGE_ENABLED, true);
230 appRestrictionEnabled = mParser.getBoolean(KEY_APP_RESTRICTION_ENABLED, true);
231 reducedBatteryEnabled = mParser.getBoolean(KEY_REDUCED_BATTERY_ENABLED, false);
233 lowBatteryEnabled = mParser.getBoolean(KEY_LOW_BATTERY_ENABLED, true);
238 testBatterySaverTip = mParser.getBoolean(KEY_TEST_BATTERY_SAVER_TIP, false);
239 testHighUsageTip = mParser.getBoolean(KEY_TEST_HIGH_USAGE_TIP, false);
240 testSmartBatteryTip = mParser.getBoolean(KEY_TEST_SMART_BATTERY_TIP, false)
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
MockableSystemProperties.java 31 public boolean getBoolean(String key, boolean def) {
32 return SystemProperties.getBoolean(key, def);
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityLauncher.java 97 if (extras == null || !extras.getBoolean(KEY_LAUNCH_ACTIVITY)) {
107 if (extras.getBoolean(KEY_LAUNCH_TO_SIDE)) {
109 if (extras.getBoolean(KEY_RANDOM_DATA)) {
116 if (extras.getBoolean(KEY_MULTIPLE_TASK)) {
119 if (extras.getBoolean(KEY_NEW_TASK)) {
123 if (extras.getBoolean(KEY_REORDER_TO_FRONT)) {
136 final Context launchContext = extras.getBoolean(KEY_USE_APPLICATION_CONTEXT) ?
140 if (extras.getBoolean(KEY_USE_INSTRUMENTATION)) {
153 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS)) {
160 if (extras.getBoolean(KEY_SUPPRESS_EXCEPTIONS))
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionConfigProvider.java 34 .getBoolean("voicemail_transcription_available", false);
57 .getBoolean("voicemail_transcription_server_use_plaintext", false);
62 .getBoolean("voicemail_transcription_server_use_sync_api", false);
92 .getBoolean("voicemail_transcription_donation_available", false);
97 .getBoolean("voicemail_transcription_client_generated_voicemail_ids", false);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SystemPropertyService.java 32 public boolean getBoolean(String key, boolean defaultValue) {
33 return android.os.SystemProperties.getBoolean(key, defaultValue);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 34 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard);
39 sIncludePhotosInVcard = r.getBoolean(R.bool.pbap_include_photos_in_vcard);
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
Shortcuts.java 30 return ConfigProviderBindings.get(context).getBoolean(DYNAMIC_SHORTCUTS_ENABLED, true);
  /packages/apps/Settings/src/com/android/settings/development/
BluetoothA2dpHwOffloadPreferenceController.java 58 SystemProperties.getBoolean(A2DP_OFFLOAD_SUPPORTED_PROPERTY, false);
61 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false);
73 SystemProperties.getBoolean(A2DP_OFFLOAD_SUPPORTED_PROPERTY, false);
85 SystemProperties.getBoolean(A2DP_OFFLOAD_DISABLED_PROPERTY, false);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowKeyValueListParser.java 26 * {@link #getBoolean(String, boolean)} that doesn't support in the current
33 public boolean getBoolean(String key, boolean defaultValue) {
  /packages/apps/TV/common/src/com/android/tv/common/config/api/
RemoteConfig.java 44 boolean getBoolean(String key);
  /frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/
ShowWhenLockedActivity.java 135 boolean showWhenLocked = extras.getBoolean(EXTRA_SHOW_WHEN_LOCKED, true);
141 boolean turnScreenOn = extras.getBoolean(EXTRA_TURN_SCREEN_ON, true);
147 showWhenLockedAtStop = extras.getBoolean(EXTRA_SHOW_WHEN_LOCKED_STOP, true);
152 turnScreenOnAtStop = extras.getBoolean(EXTRA_TURN_SCREEN_ON_STOP, true);
157 if (extras.getBoolean(EXTRA_DISMISS_KEYGUARD, false)) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 50 boolean configured = extras.getBoolean(UsbManager.USB_CONFIGURED);
51 boolean connected = extras.getBoolean(UsbManager.USB_CONNECTED);
52 boolean mtpEnabled = extras.getBoolean(UsbManager.USB_FUNCTION_MTP);
53 boolean ptpEnabled = extras.getBoolean(UsbManager.USB_FUNCTION_PTP);
54 boolean unlocked = extras.getBoolean(UsbManager.USB_DATA_UNLOCKED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeParameters.java 42 SystemProperties.getBoolean("debug.force_no_blanking", false);
98 return "fallback: " + mContext.getResources().getBoolean(
106 return getBoolean("doze.display.supported", R.bool.doze_display_state_supported);
110 return mContext.getResources().getBoolean(R.bool.doze_suspend_display_state_supported);
135 return getBoolean("doze.pulse.sigmotion", R.bool.doze_pulse_on_significant_motion);
139 return SystemProperties.getBoolean("doze.vibrate.sigmotion", false);
143 return SystemProperties.getBoolean("doze.vibrate.pickup", false);
147 return getBoolean("doze.pulse.proxcheck", R.bool.doze_proximity_check_before_pulse);
186 return !FORCE_NO_BLANKING && mContext.getResources().getBoolean(
207 private boolean getBoolean(String propName, int resId)
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSystemPropertiesTest.java 104 assertThat(SystemProperties.getBoolean("newkey", false)).isFalse();
107 assertThat(SystemProperties.getBoolean("newkey", false)).isTrue();
110 assertThat(SystemProperties.getBoolean("newkey", false)).isTrue();
113 assertThat(SystemProperties.getBoolean("newkey", false)).isTrue();
116 assertThat(SystemProperties.getBoolean("newkey", false)).isTrue();
119 assertThat(SystemProperties.getBoolean("newkey", false)).isTrue();
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfirmLockdownFragment.java 76 final boolean replacing = getArguments().getBoolean(ARG_REPLACING);
77 final boolean alwaysOn = getArguments().getBoolean(ARG_ALWAYS_ON);
78 final boolean wasLockdown = getArguments().getBoolean(ARG_LOCKDOWN_SRC);
79 final boolean nowLockdown = getArguments().getBoolean(ARG_LOCKDOWN_DST);
110 getArguments().getBoolean(ARG_ALWAYS_ON),
111 getArguments().getBoolean(ARG_LOCKDOWN_DST));
  /cts/hostsidetests/backup/SuccessNotificationApp/src/android/cts/backup/successnotificationapp/
SuccessNotificationTest.java 44 .getBoolean(KEY_VALUE_RESTORE_APP_PACKAGE, false));
50 .getBoolean(FULLBACKUPONLY_APP_PACKAGE, false));
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
ImeState.java 64 final boolean hasInputBinding = bundle.getBoolean("mHasInputBinding");
65 final boolean hasDummyInputConnection = bundle.getBoolean("mHasDummyInputConnection");
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransportParameters.java 51 mFakeEncryptionFlag = parser.getBoolean(KEY_FAKE_ENCRYPTION_FLAG, false);
52 mIsNonIncrementalOnly = parser.getBoolean(KEY_NON_INCREMENTAL_ONLY, false);

Completed in 792 milliseconds

1 2 3 4 5 6 7 8 91011>>