Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java149 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchIme()
180 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testUninstallCurrentIme()
212 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testDisableCurrentIme()
246 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchInputMethod()
280 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchToNextInput()
312 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchToPreviousInput()
344 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testInputUnbindsOnImeStopped()
376 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testInputUnbindsOnAppStop()
DMultiUserTest.java232 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, primaryUserId)); in testProfileUser()
238 shell(ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID, profileUserId)); in testProfileUser()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java45 public static String setCurrentImeSync(String imeId) { in setCurrentImeSync() method in ShellCommandUtils
50 public static String setCurrentImeSync(String imeId, int userId) { in setCurrentImeSync() method in ShellCommandUtils
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java199 helper.shell(ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID)); in switchToPreviousInputMethod()
237 helper.shell(ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID)); in testInputUnbindsOnImeStopped()