Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/inputmethod/src/android/view/inputmethod/cts/
H A DInputMethodSubtypeEndToEndTest.java234 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
242 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
250 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
259 expectCommand(stream, imeSession.callSetExplicitlyEnabledInputMethodSubtypes( in testSetExplicitlyEnabledInputMethodSubtypes()
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DMockImeSession.java1620 public ImeCommand callSetExplicitlyEnabledInputMethodSubtypes(String imeId, in callSetExplicitlyEnabledInputMethodSubtypes() method in MockImeSession