/cts/tests/tests/widget/src/android/widget/cts/ |
D | RelativeLayout_LayoutParamsTest.java | 102 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 …]
|
D | SearchViewTest.java | 142 when(mockDenyCloseListener.onClose()).thenReturn(Boolean.TRUE); in testDenyIconifyingInconifiableView() 205 when(mockQueryTextListener.onQueryTextSubmit(anyString())).thenReturn(Boolean.TRUE); in testAccessQuery()
|
D | RelativeLayoutTest.java | 335 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/ |
D | DisableContextTest.java | 36 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.TRUE); in tearDown() 63 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testContextOff() 78 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenshotOff()
|
D | AssistTestBase.java | 121 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/ |
D | WipeDataNotificationTest.java | 34 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/ |
D | SampleDeviceInfo.java | 32 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/ |
D | OverlayManagerTest.java | 65 .thenReturn(Boolean.TRUE); in testSetEnabled() 77 .thenReturn(Boolean.TRUE); in testSetEnabledExclusiveInCategory()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeTest.java | 91 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/ |
D | NoWriteSecureSettingsPermissionTest.java | 39 values.put(Settings.Secure.VALUE, Boolean.TRUE); in testWriteSecureSettings()
|
/cts/libs/json/src/com/android/json/stream/ |
D | JsonReader.java | 172 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/ |
D | BaseAppSecurityTest.java | 74 testArgs.put("is_instant", Boolean.TRUE.toString()); in runDeviceTests()
|
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/ |
D | ServiceRunnerActivity.java | 57 mActivity.mSuccess = Boolean.TRUE; in handleMessage()
|
/cts/tests/security/src/android/keystore/cts/ |
D | Asn1Utils.java | 145 if (booleanValue.equals(ASN1Boolean.TRUE)) { in getBooleanFromAsn1()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 40 return Boolean.TRUE; in compareBasicBitmapsInfo()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BitmapUtils.java | 40 return Boolean.TRUE; in compareBasicBitmapsInfo()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DisableAutofillTest.java | 322 ? Boolean.TRUE : null; in assertAutofillEnabled()
|
D | InstrumentedAutoFillService.java | 336 return isConnected() == expected ? Boolean.TRUE : null; in waitConnectionState()
|
D | Helper.java | 823 return getMaxPartitions() == value ? Boolean.TRUE : null; in setMaxPartitions() 840 return getMaxVisibleDatasets() == value ? Boolean.TRUE : null; in setMaxVisibleDatasets()
|
D | UiBot.java | 985 return getScreenOrientation() == orientation ? Boolean.TRUE : null;
|
/cts/tests/tests/security/res/raw/ |
D | openssl_heartbleed_test_cert.pem | 67 CA:TRUE
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | UtilUnitTests.java | 159 new CborEncoder(baos).encode(new SimpleValue(SimpleValueType.TRUE)); in prettyPrintTrue()
|
D | Util.java | 254 case TRUE: in cborPrettyPrintDataItem() 771 return cborToDataItem(data) == SimpleValue.TRUE; in cborDecodeBoolean()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | MockIme.java | 420 params.addRule(RelativeLayout.CENTER_IN_PARENT, RelativeLayout.TRUE); in KeyboardLayoutView()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecoderTest.java | 2515 MediaUtils.getDecoderNames(Boolean.TRUE /* isGoog */, format);
|