Home
last modified time | relevance | path

Searched refs:commandSwitchInputMethod (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java50 void commandSwitchInputMethod(String imeId); in commandSwitchInputMethod() method
81 mIme.commandSwitchInputMethod(imeId); in onReceive()
DCtsBaseInputMethod.java227 public void commandSwitchInputMethod(String imeId) { in commandSwitchInputMethod() method in CtsBaseInputMethod