Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java102 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.CENTER_IN_PARENT]); in testConstructor()
144 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_BOTTOM]); in testConstructor()
145 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_LEFT]); in testConstructor()
154 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_TOP]); in testConstructor()
155 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_RIGHT]); in testConstructor()
165 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.CENTER_HORIZONTAL]); in testConstructor()
175 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.CENTER_VERTICAL]); in testConstructor()
209 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.CENTER_IN_PARENT]); in testStartEnd()
279 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_BOTTOM]); in testStartEnd()
281 assertEquals(RelativeLayout.TRUE, rules[RelativeLayout.ALIGN_PARENT_LEFT]); in testStartEnd()
[all …]
DSearchViewTest.java142 when(mockDenyCloseListener.onClose()).thenReturn(Boolean.TRUE); in testDenyIconifyingInconifiableView()
205 when(mockQueryTextListener.onQueryTextSubmit(anyString())).thenReturn(Boolean.TRUE); in testAccessQuery()
DRelativeLayoutTest.java335 p.addRule(RelativeLayout.CENTER_IN_PARENT, RelativeLayout.TRUE); in testGetRule()
339 assertEquals("Get boolean rule", RelativeLayout.TRUE, in testGetRule()
/cts/tests/tests/assist/src/android/assist/cts/
DDisableContextTest.java36 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.TRUE); in tearDown()
63 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testContextOff()
78 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenshotOff()
DAssistTestBase.java121 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.TRUE); in setUp()
629 TRUE("1"), FALSE("0"); enumConstant
645 TRUE("1"), FALSE("0"); enumConstant
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWipeDataNotificationTest.java34 assertEquals("Wipe notification title not found", Boolean.TRUE, wipeDataTitleExist); in testWipeDataWithReasonVerification()
36 Boolean.TRUE, wipeDataReasonExist); in testWipeDataWithReasonVerification()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DSampleDeviceInfo.java32 boolean[] booleans = {Boolean.TRUE, Boolean.FALSE}; in collectDeviceInfo()
40 store.addResult("foo_boolean", Boolean.TRUE); in collectDeviceInfo()
/cts/tests/tests/content/src/android/content/om/cts/
DOverlayManagerTest.java65 .thenReturn(Boolean.TRUE); in testSetEnabled()
77 .thenReturn(Boolean.TRUE); in testSetEnabledExclusiveInCategory()
/cts/tests/tests/view/src/android/view/cts/
DActionModeTest.java91 doReturn(Boolean.TRUE).when(mockCallback).onCreateActionMode( in testInvalidateContentRectOnFloatingCallsCallback()
93 doReturn(Boolean.TRUE).when(mockCallback).onPrepareActionMode( in testInvalidateContentRectOnFloatingCallsCallback()
/cts/tests/tests/permission2/src/android/permission2/cts/
DNoWriteSecureSettingsPermissionTest.java39 values.put(Settings.Secure.VALUE, Boolean.TRUE); in testWriteSecureSettings()
/cts/libs/json/src/com/android/json/stream/
DJsonReader.java172 private static final String TRUE = "true"; field in JsonReader
400 boolean result = (value == TRUE); in nextBoolean()
1012 value = TRUE; in decodeLiteral()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBaseAppSecurityTest.java74 testArgs.put("is_instant", Boolean.TRUE.toString()); in runDeviceTests()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java57 mActivity.mSuccess = Boolean.TRUE; in handleMessage()
/cts/tests/security/src/android/keystore/cts/
DAsn1Utils.java145 if (booleanValue.equals(ASN1Boolean.TRUE)) { in getBooleanFromAsn1()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBitmapUtils.java40 return Boolean.TRUE; in compareBasicBitmapsInfo()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java40 return Boolean.TRUE; in compareBasicBitmapsInfo()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDisableAutofillTest.java322 ? Boolean.TRUE : null; in assertAutofillEnabled()
DInstrumentedAutoFillService.java336 return isConnected() == expected ? Boolean.TRUE : null; in waitConnectionState()
DHelper.java823 return getMaxPartitions() == value ? Boolean.TRUE : null; in setMaxPartitions()
840 return getMaxVisibleDatasets() == value ? Boolean.TRUE : null; in setMaxVisibleDatasets()
DUiBot.java985 return getScreenOrientation() == orientation ? Boolean.TRUE : null;
/cts/tests/tests/security/res/raw/
Dopenssl_heartbleed_test_cert.pem67 CA:TRUE
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtilUnitTests.java159 new CborEncoder(baos).encode(new SimpleValue(SimpleValueType.TRUE)); in prettyPrintTrue()
DUtil.java254 case TRUE: in cborPrettyPrintDataItem()
771 return cborToDataItem(data) == SimpleValue.TRUE; in cborDecodeBoolean()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java420 params.addRule(RelativeLayout.CENTER_IN_PARENT, RelativeLayout.TRUE); in KeyboardLayoutView()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java2515 MediaUtils.getDecoderNames(Boolean.TRUE /* isGoog */, format);

12