Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java114 public static final String REQUEST_SET_FORCE_PAUSE_TIMEOUT = "set-force-pause-timeout"; field in TestProtocol
H A DTestInformationHandler.java143 case TestProtocol.REQUEST_SET_FORCE_PAUSE_TIMEOUT: in call()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLauncherInstrumentation.java350 getTestInfo(TestProtocol.REQUEST_SET_FORCE_PAUSE_TIMEOUT, Long.toString(timeout)); in setForcePauseTimeout()