Lines Matching refs:session

134         final IInputMethodSession session;
141 + " session " + Integer.toHexString(
142 System.identityHashCode(session))
150 session = _session;
281 * Currently enabled session. Only touched by service thread, not
445 public void sessionCreated(IInputMethodSession session) throws RemoteException {
446 onSessionCreated(mMethod, session);
658 final SessionState session = mCurClient.curSession;
660 executeOrSendMessage(session.method, mCaller.obtainMessageOOO(
661 MSG_START_INPUT, session, mCurInputContext, mCurAttribute));
663 executeOrSendMessage(session.method, mCaller.obtainMessageOOO(
664 MSG_RESTART_INPUT, session, mCurInputContext, mCurAttribute));
671 ? new InputBindResult(session.session, mCurId, mCurSeq)
739 if (DEBUG) Slog.v(TAG, "Creating new session for client " + cs);
745 // we have had a session made for it.
841 if (DEBUG) Slog.v(TAG, "Creating first session while with client "
851 void onSessionCreated(IInputMethod method, IInputMethodSession session) {
857 method, session);
1271 void setEnabledSessionInMainThread(SessionState session) {
1272 if (mEnabledSession != session) {
1277 mEnabledSession.session, false);
1281 mEnabledSession = session;
1284 session.method.setSessionEnabled(
1285 session.session, true);
1351 SessionState session = (SessionState)args.arg1;
1352 setEnabledSessionInMainThread(session);
1353 session.method.startInput((IInputContext)args.arg2,
1361 SessionState session = (SessionState)args.arg1;
1362 setEnabledSessionInMainThread(session);
1363 session.method.restartInput((IInputContext)args.arg2,