Home
last modified time | relevance | path

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

/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DDdmHandleMotionTool.kt122 private fun handleHandshakeRequest(handshakeRequest: HandshakeRequest): MotionToolsResponse { in handleHandshakeRequest()
123 val status = if (motionToolManager.hasWindow(handshakeRequest.window)) in handleHandshakeRequest()
/frameworks/libs/systemui/motiontoollib/tests/com/android/app/motiontool/
DDdmHandleMotionToolTest.kt174 val handshakeRequest = MotionToolsRequest.newBuilder() in <lambda>() constant
180 return performRequest(handshakeRequest) in <lambda>()