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/
DCustomDescriptionWithLinkTestCase.java90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testTapLink_changeOrientationThenTapBack()
DDuplicateIdActivityTest.java90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDoNotRestoreDuplicateAutofillIds()
DSessionLifecycleTest.java156 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
DSimpleSaveActivityTest.java262 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testSave_afterRotation()
DHelper.java854 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in Helper
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java677 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));