Searched refs:IInputMethodSessionCallback (Results 1 – 5 of 5) sorted by relevance
31 import com.android.internal.inputmethod.IInputMethodSessionCallback;68 void createSession(in InputChannel channel, IInputMethodSessionCallback callback); in createSession()
27 oneway interface IInputMethodSessionCallback { interface
46 import com.android.internal.inputmethod.IInputMethodSessionCallback;116 final IInputMethodSessionCallback mCb;119 IInputMethodSessionCallback cb) { in InputMethodSessionCallbackWrapper()212 (IInputMethodSessionCallback) args.arg2)); in executeMessage()411 public void createSession(InputChannel channel, IInputMethodSessionCallback callback) { in createSession()
41 import com.android.internal.inputmethod.IInputMethodSessionCallback;183 void createSession(InputChannel channel, IInputMethodSessionCallback callback) { in createSession()
158 import com.android.internal.inputmethod.IInputMethodSessionCallback;2903 final IInputMethodSessionCallback.Stub callback = in requestClientSessionLocked()2904 new IInputMethodSessionCallback.Stub() { in requestClientSessionLocked()