Home
last modified time | relevance | path

Searched defs:inputMethodSession (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DIInputMethodSessionInvoker.java64 private IInputMethodSessionInvoker(@NonNull IInputMethodSession inputMethodSession, in IInputMethodSessionInvoker()
78 public static IInputMethodSessionInvoker createOrNull( in createOrNull()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java68 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper()