Home
last modified time | relevance | path

Searched refs:REQUEST_HAS_TIS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java135 public static final String REQUEST_HAS_TIS = "has-touch-interaction-service"; field in TestProtocol
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java113 case TestProtocol.REQUEST_HAS_TIS: { in call()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java315 case TestProtocol.REQUEST_HAS_TIS: { in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1982 return getTestInfo(TestProtocol.REQUEST_HAS_TIS).getBoolean( in hasTIS()