Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/hostside/src/android/inputmethodservice/cts/hostside/
DInputMethodServiceLifecycleTest.java149 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchToHandwritingIme()
185 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchToNextInput()
237 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testSwitchToPreviousInput()
288 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testInputUnbindsOnImeStopped()
321 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testInputUnbindsOnAppStop()
360 shell(ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID)); in testImeSwitchingWithoutWindowFocusAfterDisplayOffOn()
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java44 public static String setCurrentImeSync(String imeId) { in setCurrentImeSync() method in ShellCommandUtils
49 public static String setCurrentImeSync(String imeId, int userId) { in setCurrentImeSync() method in ShellCommandUtils
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/common/
DShellCommandUtils.java30 public static String setCurrentImeSync(String imeId, int userId) { in setCurrentImeSync() method in ShellCommandUtils
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DInputMethodServiceSwitchingTest.java83 ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, currentUserId)); in testUninstallCurrentIme()
104 ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, currentUserId)); in testDisableCurrentIme()
DMultiUserTest.java147 ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, additionalUserId)); in testAdditionalUser()
211 ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, currentUserId)); in testProfileUser()
218 ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID, profileUserId)); in testProfileUser()
DForceStopTest.java142 ShellCommandUtils.setCurrentImeSync(Ime1Constants.IME_ID, userId)); in testImeRemainsEnabledAfterForceStopMain()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java141 helper.shell(ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID)); in switchToPreviousInputMethod()
255 helper.shell(ShellCommandUtils.setCurrentImeSync(Ime2Constants.IME_ID)); in testInputUnbindsOnImeStopped()