Searched refs:getCurrentIme (Results 1 – 3 of 3) sorted by relevance
34 public static String getCurrentIme() { in getCurrentIme() method in ShellCommandUtils39 public static String getCurrentIme(int userId) { in getCurrentIme() method in ShellCommandUtils
118 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchToNextInputMethod()124 pollingCheck(() -> !helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchToNextInputMethod()140 final String initialIme = helper.shell(ShellCommandUtils.getCurrentIme()); in switchToPreviousInputMethod()149 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in switchToPreviousInputMethod()196 pollingCheck(() -> helper.shell(ShellCommandUtils.getCurrentIme()) in testSwitchToHandwritingInputMethod()
432 if (!imeId.equals(shell(ShellCommandUtils.getCurrentIme()))) { in assertImeNotSelectedInSecureSettings()