Home
last modified time | relevance | path

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

/cts/tests/tests/assist/src/android/assist/cts/
DDisableContextTest.java48 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.FALSE); in testContextAndScreenshotOff()
63 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testContextOff()
78 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenshotOff()
DAssistTestBase.java629 TRUE("1"), FALSE("0"); enumConstant
645 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/util/src/com/android/compatibility/common/util/
DBitmapUtils.java45 return Boolean.FALSE; in compareBasicBitmapsInfo()
50 return Boolean.FALSE; in compareBasicBitmapsInfo()
57 return Boolean.FALSE; in compareBasicBitmapsInfo()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java45 return Boolean.FALSE; in compareBasicBitmapsInfo()
50 return Boolean.FALSE; in compareBasicBitmapsInfo()
57 return Boolean.FALSE; in compareBasicBitmapsInfo()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java52 assertEquals("Wipe notification title found", Boolean.FALSE, wipeDataTitleExist); in testWipeDataWithoutReasonVerification()
/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/security/src/android/keystore/cts/
DAsn1Utils.java147 } else if (booleanValue.equals((ASN1Boolean.FALSE))) { in getBooleanFromAsn1()
/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/tests/widget/src/android/widget/cts/
DSearchViewTest.java164 when(mockAllowCloseListener.onClose()).thenReturn(Boolean.FALSE); in testAllowIconifyingInconifiableView()
DTextViewTest.java3275 when(mockOnLongClickListener.onLongClick(any(View.class))).thenReturn(Boolean.FALSE); in testPerformLongClick()
6676 thenReturn(Boolean.FALSE); in testSetAndGetCustomSelectionActionModeCallback()
6742 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.java251 case FALSE: in cborPrettyPrintDataItem()
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java733 if (Boolean.FALSE.equals(compareByteBufferInFormats(f1, f2, "hdr-static-info"))) { in compareFormats()