Home
last modified time | relevance | path

Searched refs:isRotationSupported (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/config/
DOverrideConfigTest.kt52 private var isRotationSupported = true variable
58 isRotationSupported = in setUpRotation()
64 if (!isRotationSupported) { in setUpRotation()
90 if (isRotationSupported) { in resetRotation()
98 assumeTrue(isRotationSupported) in assumeRotationSupported()
/cts/tests/autofillservice/src/android/autofillservice/cts/androidx-tests/
DSaveUiTest.java80 Assume.assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testTapLink_changeOrientationThenTapBack()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java96 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testTapLink_changeOrientationThenTapBack()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java110 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDoNotRestoreDuplicateAutofillIds()
DSessionLifecycleTest.java168 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java746 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java1236 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
DHelper.java957 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in Helper
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java289 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testSave_afterRotation()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2267 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testNoContainers()