Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodSubtypeEndToEndTest.java309 expectCommand(stream, imeSession.callSetAdditionalInputMethodSubtypes( in testSetAdditionalInputMethodSubtypesForAlreadyEnabledSubtype()
348 expectCommand(stream, imeSession.callSetAdditionalInputMethodSubtypes( in testSetAdditionalInputMethodSubtypeDoesNotRemoveImesInvisibleFromCaller()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java1621 public ImeCommand callSetAdditionalInputMethodSubtypes(@NonNull String imeId, in callSetAdditionalInputMethodSubtypes() method in MockImeSession