Home
last modified time | relevance | path

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

/frameworks/libs/systemui/motiontoollib/tests/com/android/app/motiontool/
DDdmHandleMotionToolTest.kt66 val handshakeResponse = performHandshakeRequest("InvalidWindowId") in <lambda>()
72 val handshakeResponse = performHandshakeRequest(getActivityViewRootId()) in <lambda>()
173 private fun performHandshakeRequest(windowId: String): MotionToolsResponse { in <lambda>() method