Home
last modified time | relevance | path

Searched refs:inputMethodSession (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSessionWrapper.java44 private InputMethodSessionWrapper(@NonNull IInputMethodSession inputMethodSession) { in InputMethodSessionWrapper() argument
45 mSession = inputMethodSession; in InputMethodSessionWrapper()
57 @NonNull IInputMethodSession inputMethodSession) { in createOrNull()
58 return inputMethodSession != null ? new InputMethodSessionWrapper(inputMethodSession) in createOrNull()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodSessionWrapper.java66 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper() argument
69 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java1335 public void acceptClient(int clientId, IInputMethodSession inputMethodSession, in acceptClient() argument
1355 clientInfo.mInputMethodSession = inputMethodSession; in acceptClient()