Home
last modified time | relevance | path

Searched refs:IInputMethodSession (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
DIInputMethod.aidl27 import com.android.internal.view.IInputMethodSession;
47 void setSessionEnabled(IInputMethodSession session, boolean enabled); in setSessionEnabled()
49 void revokeSession(IInputMethodSession session); in revokeSession()
DIInputSessionCallback.aidl19 import com.android.internal.view.IInputMethodSession;
28 void sessionCreated(IInputMethodSession session); in sessionCreated()
DInputBindResult.java179 public final IInputMethodSession method;
215 IInputMethodSession _method, InputChannel _channel, String _id, int _sequence, in InputBindResult()
232 method = IInputMethodSession.Stub.asInterface(source.readStrongBinder()); in InputBindResult()
DIInputMethodSession.aidl31 oneway interface IInputMethodSession { interface
/frameworks/base/core/java/com/android/internal/inputmethod/
DIMultiClientInputMethodPrivilegedOperations.aidl20 import com.android.internal.view.IInputMethodSession;
30 void acceptClient(int clientId, in IInputMethodSession session, in acceptClient()
DMultiClientInputMethodPrivilegedOperations.java27 import com.android.internal.view.IInputMethodSession;
160 public void acceptClient(int clientId, IInputMethodSession session, in acceptClient()
/frameworks/base/core/java/android/inputmethodservice/
DIInputMethodWrapper.java44 import com.android.internal.view.IInputMethodSession;
323 public void setSessionEnabled(IInputMethodSession session, boolean enabled) { in setSessionEnabled()
340 public void revokeSession(IInputMethodSession session) { in revokeSession()
DIInputMethodSessionWrapper.java40 import com.android.internal.view.IInputMethodSession;
42 class IInputMethodSessionWrapper extends IInputMethodSession.Stub
DMultiClientInputMethodClientCallbackAdaptor.java45 import com.android.internal.view.IInputMethodSession;
85 IInputMethodSession.Stub createIInputMethodSession() { in createIInputMethodSession()
184 private static final class InputMethodSessionImpl extends IInputMethodSession.Stub {
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java89 import com.android.internal.view.IInputMethodSession;
639 IInputMethodSession mInputMethodSession;
1273 public void acceptClient(int clientId, IInputMethodSession inputMethodSession, in acceptClient()
DInputMethodManagerService.java148 import com.android.internal.view.IInputMethodSession;
364 IInputMethodSession session;
379 IInputMethodSession _session, InputChannel _channel) { in SessionState()
1345 public void sessionCreated(IInputMethodSession session) { in sessionCreated()
2250 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java83 import com.android.internal.view.IInputMethodSession;
455 IInputMethodSession mCurMethod;
/frameworks/base/
DCleanSpec.mk160 …VA_LIBRARIES/framework_intermediates/src/core/java/com/android/internal/view/IInputMethodSession.*)
DAndroid.bp455 "core/java/com/android/internal/view/IInputMethodSession.aidl",
/frameworks/base/config/
Dhiddenapi-greylist.txt1490 …/android/internal/view/IInputMethodSession$Stub;->asInterface(Landroid/os/IBinder;)Lcom/android/in…
Dpreloaded-classes5187 com.android.internal.view.IInputMethodSession$Stub$Proxy
5188 com.android.internal.view.IInputMethodSession$Stub
5189 com.android.internal.view.IInputMethodSession
/frameworks/base/services/
Dart-profile7257 …hodManagerService$MethodCallback;->sessionCreated(Lcom/android/internal/view/IInputMethodSession;)V
7306 …Lcom/android/internal/view/IInputMethod;Lcom/android/internal/view/IInputMethodSession;Landroid/vi…