Searched refs:inputMethodSession (Results 1 – 3 of 3) sorted by relevance
44 private InputMethodSessionWrapper(@NonNull IInputMethodSession inputMethodSession) { in InputMethodSessionWrapper() argument45 mSession = inputMethodSession; in InputMethodSessionWrapper()57 @NonNull IInputMethodSession inputMethodSession) { in createOrNull()58 return inputMethodSession != null ? new InputMethodSessionWrapper(inputMethodSession) in createOrNull()
66 InputMethodSession inputMethodSession, InputChannel channel) { in IInputMethodSessionWrapper() argument69 mInputMethodSession = inputMethodSession; in IInputMethodSessionWrapper()
1335 public void acceptClient(int clientId, IInputMethodSession inputMethodSession, in acceptClient() argument1355 clientInfo.mInputMethodSession = inputMethodSession; in acceptClient()