Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java93 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()
97 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()
112 pollingCheck(() -> helper.queryAllEvents() in testSwitchToNextInputMethod()
142 pollingCheck(() -> helper.queryAllEvents() in switchToPreviousInputMethod()
166 pollingCheck(() -> helper.queryAllEvents() in testSwitchToHandwritingInputMethod()
201 pollingCheck(() -> helper.queryAllEvents() in testSwitchToHandwritingInputMethod()
211 pollingCheck(() -> helper.queryAllEvents() in testSwitchToHandwritingInputMethod()
243 pollingCheck(() -> helper.queryAllEvents() in testInputUnbindsOnImeStopped()
247 pollingCheck(() -> helper.queryAllEvents() in testInputUnbindsOnImeStopped()
257 pollingCheck(() -> helper.queryAllEvents() in testInputUnbindsOnImeStopped()
[all …]
DTestHelper.java139 Stream<DeviceEvent> queryAllEvents() { in queryAllEvents() method in TestHelper