Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 39) 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.java149 when(mockDenyCloseListener.onClose()).thenReturn(Boolean.TRUE); in testDenyIconifyingInconifiableView()
212 when(mockQueryTextListener.onQueryTextSubmit(anyString())).thenReturn(Boolean.TRUE); in testAccessQuery()
289 when(mockQueryTextListener.onQueryTextSubmit(anyString())).thenReturn(Boolean.TRUE); in testEnterKey()
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.java37 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.TRUE); in customTearDown()
65 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.FALSE); in testContextOff()
81 setFeaturesEnabled(StructureEnabled.FALSE, ScreenshotEnabled.TRUE); in testScreenshotOff()
DAssistTestBase.java152 setFeaturesEnabled(StructureEnabled.TRUE, ScreenshotEnabled.TRUE); in setFeatures()
702 TRUE("1"), FALSE("0"); enumConstant
718 TRUE("1"), FALSE("0"); enumConstant
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/
DEnsureHasSecondaryUser.java19 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
45 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
DEnsureHasTvProfile.java20 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
46 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
DEnsureHasWorkProfile.java20 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
52 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
/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/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileAppsTest.java21 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
92 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
132 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
269 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
318 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
/cts/tests/security/src/android/keystore/cts/
DCborUtils.java69 if (value != SimpleValueType.TRUE && value != SimpleValueType.FALSE) { in getBoolean()
72 return (value == SimpleValueType.TRUE); in getBoolean()
82 } else if (value == SimpleValueType.TRUE) { in getBooleanList()
DAsn1Utils.java151 if (booleanValue.equals(ASN1Boolean.TRUE)) { in getBooleanFromAsn1()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DOptionalBoolean.java20 TRUE, enumConstant
/cts/tests/tests/content/src/android/content/om/cts/
DOverlayManagerTest.java65 .thenReturn(Boolean.TRUE); in testSetEnabled()
77 .thenReturn(Boolean.TRUE); in testSetEnabledExclusiveInCategory()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPackageSetInstallerTest.kt88 finalState = GrantState.TRUE) in notRestricted()
217 GrantState.TRUE -> { in assertGrantState()
265 TRUE,
DBaseAppSecurityTest.java74 testArgs.put("is_instant", Boolean.TRUE.toString()); in runDeviceTests()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeofencingTest.java122 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert()
224 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert_StartProximate()
249 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert_Multiple()
/cts/tests/tests/permission2/src/android/permission2/cts/
DNoWriteSecureSettingsPermissionTest.java39 values.put(Settings.Secure.VALUE, Boolean.TRUE); in testWriteSecureSettings()
/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/content/src/android/content/pm/cts/
DPackageManagerGetPropertyTest.java25 import static java.lang.Boolean.TRUE;
129 null, PROPERTY_TYPE_BOOLEAN, TRUE); in testGetApplicationProperty()
136 null, PROPERTY_TYPE_BOOLEAN, TRUE); in testGetApplicationProperty()
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java57 mActivity.mSuccess = Boolean.TRUE; in handleMessage()
/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/backup/PreservedSettingsApp/src/android/cts/backup/preservedsettingsapp/
DPreservedSettingsRestoreTest.java115 FeatureFlagUtils.SETTINGS_DO_NOT_RESTORE_PRESERVED, Boolean.TRUE.toString()); in setupDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/
DCompanionDeviceServiceTestActivity.java142 if (Boolean.TRUE.equals(DevicePresenceListener.sDeviceNearBy)) { in isPresentTest()
/cts/tests/tests/security/res/raw/
Dopenssl_heartbleed_test_cert.pem67 CA:TRUE

12