Searched refs:getCurrentIme (Results 1 – 4 of 4) sorted by relevance
113 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()
35 public static String getCurrentIme() { in getCurrentIme() method in ShellCommandUtils40 public static String getCurrentIme(int userId) { in getCurrentIme() method in ShellCommandUtils
381 assertEquals(Ime1Constants.IME_ID, shell(ShellCommandUtils.getCurrentIme(userId))); in assertIme1Selected()401 assertEquals(Ime2Constants.IME_ID, shell(ShellCommandUtils.getCurrentIme(userId))); in assertIme2Selected()
443 if (!imeId.equals(shell(ShellCommandUtils.getCurrentIme()))) { in assertImeNotSelectedInSecureSettings()