Searched refs:pollingCheck (Results 1 – 2 of 2) sorted by relevance
40 import static android.inputmethodservice.cts.devicetest.BusyWaitUtils.pollingCheck;77 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()81 pollingCheck(() -> helper.queryAllEvents() in testCreateIme1()97 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()101 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()115 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchIme1ToIme2()118 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()122 pollingCheck(() -> helper.queryAllEvents() in testSwitchIme1ToIme2()139 pollingCheck(() -> helper.queryAllEvents() in testSwitchInputMethod()151 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchInputMethod()[all …]
46 static void pollingCheck(final PollingCondition condition, final long timeout, in pollingCheck() method in BusyWaitUtils