Searched defs:SessionState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java203 class SessionState { class in class:InputMethodManagerService
212 return "SessionState{uid " + client.uid + " pid " + client.pid
221 SessionState(ClientState _client, IInputMethod _method, method in class:InputMethodManagerService.SessionState
238 SessionState curSession;
373 SessionState mEnabledSession;
1084 final SessionState session = mCurClient.curSession;
1287 mCurClient.curSession = new SessionState(mCurClient,
1353 private void finishSessionLocked(SessionState sessionState) {
2310 void setEnabledSessionInMainThread(SessionState session) {
2420 SessionState sessio
[all...]

Completed in 90 milliseconds