Searched refs:isRotationSupported (Results 1 – 7 of 7) sorted by relevance
54 if (!isRotationSupported(getActivity())) { in testOverriddenConfigurationIsPassedIntoCallback()85 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in ApplyOverrideConfigurationTest
90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testTapLink_changeOrientationThenTapBack()
90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDoNotRestoreDuplicateAutofillIds()
156 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
262 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext)); in testSave_afterRotation()
854 public static boolean isRotationSupported(Context context) { in isRotationSupported() method in Helper
677 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));