HomeSort by relevance Sort by last modified time
    Searched refs:isRotationSupported (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
ApplyOverrideConfigurationTest.java 54 if (!isRotationSupported(getActivity())) {
85 public static boolean isRotationSupported(Context context) {
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionWithLinkTestCase.java 90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
DuplicateIdActivityTest.java 90 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
SessionLifecycleTest.java 156 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
SimpleSaveActivityTest.java 262 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
    [all...]
Helper.java     [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
AugmentedLoginActivityTest.java 676 assumeTrue("Rotation is supported", Helper.isRotationSupported(mContext));
    [all...]

Completed in 115 milliseconds