Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodSubtypeEndToEndTest.java237 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
245 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
253 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
262 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1601 public ImeCommand callSetExplicitlyEnabledInputMethodSubtypes(String imeId, in callSetExplicitlyEnabledInputMethodSubtypes() method in MockImeSession