Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DApplyOverrideConfigurationTest.java54 if (!isRotationSupported(getActivity())) { in testOverriddenConfigurationIsPassedIntoCallback()
85 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in ApplyOverrideConfigurationTest
/cts/tests/autofillservice/src/android/autofillservice/cts/
DDuplicateIdActivityTest.java96 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDoNotRestoreDuplicateAutofillIds()
DSessionLifecycleTest.java167 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java95 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testTapLink_changeOrientationThenTapBack()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java736 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java895 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in Helper
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java287 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testSave_afterRotation()