Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/assist/src/android/assist/cts/
DDisableContextTest.java49 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.FALSE); in testContextAndScreenshotOff()
65 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testContextOff()
81 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenshotOff()
DAssistTestBase.java702 TRUE("1"), FALSE("0"); enumConstant
718 TRUE("1"), FALSE("0"); enumConstant
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
Dca.conf128 basicConstraints = CA:FALSE
138 basicConstraints = CA:FALSE
152 basicConstraints = CA:FALSE
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DOptionalBoolean.java21 FALSE, enumConstant
DDeviceState.java638 } else if (installInstrumentedAppInParent.equals(OptionalBoolean.FALSE)) {
1009 } else if (installInstrumentedApp.equals(OptionalBoolean.FALSE)) {
1059 } else if (installInstrumentedApp.equals(OptionalBoolean.FALSE)) {
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java47 return Boolean.FALSE; in compareBasicBitmapsInfo()
52 return Boolean.FALSE; in compareBasicBitmapsInfo()
59 return Boolean.FALSE; in compareBasicBitmapsInfo()
66 return Boolean.FALSE; in compareBasicBitmapsInfo()
DBaseDefaultPermissionGrantPolicyTest.java761 if (oldFixed == Boolean.FALSE && fixed == Boolean.TRUE) { in mergeGrantedPermission()
767 if (oldFixed == Boolean.TRUE && fixed == Boolean.FALSE) { in mergeGrantedPermission()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageSetInstallerTest.kt95 finalState = GrantState.FALSE) in hardRestricted()
231 GrantState.FALSE -> { in assertGrantState()
274 FALSE
/cts/tests/security/src/android/keystore/cts/
DCborUtils.java69 if (value != SimpleValueType.TRUE && value != SimpleValueType.FALSE) { in getBoolean()
80 if (value == SimpleValueType.FALSE) { in getBooleanList()
DAsn1Utils.java153 } else if (booleanValue.equals((ASN1Boolean.FALSE))) { in getBooleanFromAsn1()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java32 boolean[] booleans = {Boolean.TRUE, Boolean.FALSE}; in collectDeviceInfo()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java64 mActivity.mSuccess = Boolean.FALSE; in handleMessage()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileAppsTest.java20 import static com.android.bedstead.harrier.OptionalBoolean.FALSE;
112 @EnsureHasWorkProfile(installInstrumentedApp = FALSE)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceServiceTestActivity.java131 if (Boolean.FALSE.equals(DevicePresenceListener.sDeviceNearBy)) { in isGoneTest()
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java173 private static final String FALSE = "false"; field in JsonReader
1020 value = FALSE; in decodeLiteral()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeofencingTest.java126 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testAddProximityAlert()
DLocationManagerFineTest.java356 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates()
429 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_PendingIntent()
492 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_DirectExecutor()
516 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_Looper()
556 assertThat(capture.getNextProviderChange(TIMEOUT_MS)).isEqualTo(Boolean.FALSE); in testRequestLocationUpdates_Criteria()
/cts/tests/tests/widget/src/android/widget/cts/
DSearchViewTest.java171 when(mockAllowCloseListener.onClose()).thenReturn(Boolean.FALSE); in testAllowIconifyingInconifiableView()
DTextViewTest.java3415 when(mockOnLongClickListener.onLongClick(any(View.class))).thenReturn(Boolean.FALSE); in testPerformLongClick()
6813 thenReturn(Boolean.FALSE); in testSetAndGetCustomSelectionActionModeCallback()
6879 thenReturn(Boolean.FALSE); in testSetAndGetCustomInsertionActionMode()
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtilUnitTests.java152 new CborEncoder(baos).encode(new SimpleValue(SimpleValueType.FALSE)); in prettyPrintFalse()
DUtil.java291 case FALSE: in cborPrettyPrintDataItem()
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java768 if (Boolean.FALSE.equals(compareByteBufferInFormats(f1, f2, "hdr-static-info"))) { in compareFormats()