Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DVerifyInputEventTest.java173 MotionEvent received = waitForMotion(); in testMotionEvent()
184 waitForMotion(); in testMotionEvent()
201 waitForMotion(); // we will not be using the received event in testMotionEventWithoutHmac()
210 waitForMotion(); in testMotionEventWithoutHmac()
226 MotionEvent received = waitForMotion(); in testTamperedMotionEvent()
237 waitForMotion(); in testTamperedMotionEvent()
284 MotionEvent received = waitForMotion(); in testDeviceIdBecomesVirtualForInjectedMotions()
298 waitForMotion(); in testDeviceIdBecomesVirtualForInjectedMotions()
314 private MotionEvent waitForMotion() { in waitForMotion() method in VerifyInputEventTest
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java162 MotionEvent event = waitForMotion(); in assertReceivedMotionEvent()
330 private MotionEvent waitForMotion() { in waitForMotion() method in InputTestCase