Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/scripts/
Dca.conf128 basicConstraints = CA:FALSE
138 basicConstraints = CA:FALSE
152 basicConstraints = CA:FALSE
/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/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.java165 when(mockAllowCloseListener.onClose()).thenReturn(Boolean.FALSE); in testAllowIconifyingInconifiableView()
DTextViewTest.java3214 when(mockOnLongClickListener.onLongClick(any(View.class))).thenReturn(Boolean.FALSE); in testPerformLongClick()
6317 thenReturn(Boolean.FALSE); in testSetAndGetCustomSelectionActionModeCallback()
6383 thenReturn(Boolean.FALSE); in testSetAndGetCustomInsertionActionMode()
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java626 if (Boolean.FALSE.equals(compareByteBufferInFormats(f1, f2, "hdr-static-info"))) { in compareFormats()