Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java79 public static final String TEST_INFO_REQUEST_FIELD = "request"; field in TestProtocol
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java276 TestProtocol.TEST_INFO_REQUEST_FIELD); in call()
303 TestProtocol.TEST_INFO_REQUEST_FIELD); in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java381 extra.putParcelable(TestProtocol.TEST_INFO_REQUEST_FIELD, request); in getTestInfo()