Searched refs:IInputMethodSession (Results 1 – 11 of 11) sorted by relevance
26 import com.android.internal.view.IInputMethodSession;47 void setSessionEnabled(IInputMethodSession session, boolean enabled); in setSessionEnabled()49 void revokeSession(IInputMethodSession session); in revokeSession()
19 import com.android.internal.view.IInputMethodSession;28 void sessionCreated(IInputMethodSession session); in sessionCreated()
33 public final IInputMethodSession method;56 public InputBindResult(IInputMethodSession _method, InputChannel _channel, in InputBindResult()66 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder()); in InputBindResult()
31 oneway interface IInputMethodSession { interface
23 import com.android.internal.view.IInputMethodSession;279 public void setSessionEnabled(IInputMethodSession session, boolean enabled) { in setSessionEnabled()295 public void revokeSession(IInputMethodSession session) { in revokeSession()
21 import com.android.internal.view.IInputMethodSession;41 class IInputMethodSessionWrapper extends IInputMethodSession.Stub
24 import com.android.internal.view.IInputMethodSession;369 IInputMethodSession mCurMethod;
33 import com.android.internal.view.IInputMethodSession;230 IInputMethodSession session;245 IInputMethodSession _session, InputChannel _channel) { in SessionState()734 public void sessionCreated(IInputMethodSession session) { in sessionCreated()1503 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated()
160 …VA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodSession.*)
307 core/java/com/android/internal/view/IInputMethodSession.aidl \
2322 com.android.internal.view.IInputMethodSession2323 com.android.internal.view.IInputMethodSession$Stub2324 com.android.internal.view.IInputMethodSession$Stub$Proxy