Home
last modified time | relevance | path

Searched refs:getCurrentIme (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java113 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchIme1ToIme2()
152 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchInputMethod()
176 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchToNextInputMethod()
182 pollingCheck(() -> !helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchToNextInputMethod()
198 final String initialIme = helper.shell(ShellCommandUtils.getCurrentIme()); in switchToPreviousInputMethod()
207 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in switchToPreviousInputMethod()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java35 public static String getCurrentIme() { in getCurrentIme() method in ShellCommandUtils
40 public static String getCurrentIme(int userId) { in getCurrentIme() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DMultiUserTest.java381 assertEquals(Ime1Constants.IME_ID, shell(ShellCommandUtils.getCurrentIme(userId))); in assertIme1Selected()
401 assertEquals(Ime2Constants.IME_ID, shell(ShellCommandUtils.getCurrentIme(userId))); in assertIme2Selected()
DInputMethodServiceLifecycleTest.java443 if (!imeId.equals(shell(ShellCommandUtils.getCurrentIme()))) { in assertImeNotSelectedInSecureSettings()