Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestProtocol.java99 public static final String REQUEST_STOP_EVENT_LOGGING = "stop-event-logging"; field in TestProtocol
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
H A DDebugTestInformationHandler.java174 case TestProtocol.REQUEST_STOP_EVENT_LOGGING: { in call()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DLogEventChecker.java87 mLauncher.getTestInfo(TestProtocol.REQUEST_STOP_EVENT_LOGGING); in finishNoWait()