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.java76 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()
80 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()
95 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()
99 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()
116 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()
120 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()
140 pollingCheck(() -> helper.queryAllEvents() in testSwitchInputMethod()
155 pollingCheck(() -> helper.queryAllEvents() in testSwitchInputMethod()
170 pollingCheck(() -> helper.queryAllEvents() in testSwitchToNextInputMethod()
200 pollingCheck(() -> helper.queryAllEvents() in switchToPreviousInputMethod()
[all …]
DTestHelper.java139 Stream<DeviceEvent> queryAllEvents() { in queryAllEvents() method in TestHelper