Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 – 25 of 46) 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()
/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()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/meta/
DRequireRunOnUser.java19 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
34 OptionalBoolean switchedToUser() default TRUE; in switchedToUser() field
DRequireRunOnProfile.java20 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
52 OptionalBoolean switchedToParentUser() default TRUE; in switchedToParentUser() field
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/
DRequireRunOnSecondaryUser.java19 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
51 OptionalBoolean switchedToUser() default TRUE; in switchedToUser() field
DRequireRunOnPrimaryUser.java19 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
50 OptionalBoolean switchedToUser() default TRUE; in switchedToUser() field
DRequireRunOnSystemUser.java19 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
51 OptionalBoolean switchedToUser() default TRUE; in switchedToUser() field
DRequireRunOnTvProfile.java20 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
50 OptionalBoolean switchedToParentUser() default TRUE; in switchedToParentUser() field
DEnsureHasSecondaryUser.java20 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
46 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
DEnsureHasTvProfile.java21 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
48 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
DEnsureHasWorkProfile.java21 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
54 OptionalBoolean installInstrumentedApp() default TRUE; in installInstrumentedApp() field
DRequireRunOnWorkProfile.java22 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
70 OptionalBoolean switchedToParentUser() default TRUE; in switchedToParentUser() 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/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DOptionalBoolean.java20 TRUE, enumConstant
/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()
/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/permission2/src/android/permission2/cts/
DNoWriteSecureSettingsPermissionTest.java39 values.put(Settings.Secure.VALUE, Boolean.TRUE); in testWriteSecureSettings()
/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/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileAppsTest.java22 import static com.android.bedstead.harrier.OptionalBoolean.TRUE;
103 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
139 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
265 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
309 @RequireRunOnWorkProfile(installInstrumentedAppInParent = TRUE)
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeofencingTest.java127 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert()
239 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert_StartProximate()
269 assertThat(capture.getNextProximityChange(TIMEOUT_MS)).isEqualTo(Boolean.TRUE); in testAddProximityAlert_Multiple()
/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/uidisolation/src/android/uidisolation/cts/
DServiceRunnerActivity.java57 mActivity.mSuccess = Boolean.TRUE; in handleMessage()
/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()

12