Home
last modified time | relevance | path

Searched refs:REQUEST_ENABLE_ROTATION (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java111 public static final String REQUEST_ENABLE_ROTATION = "enable_rotation"; field in TestProtocol
H A DTestInformationHandler.java160 case TestProtocol.REQUEST_ENABLE_ROTATION: in call()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java354 getTestInfo(TestProtocol.REQUEST_ENABLE_ROTATION, Boolean.toString(on)); in setEnableRotation()