Searched refs:remoteInputConnection (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | IInputMethodInvoker.java | 155 void startInput(IBinder startInputToken, IRemoteInputConnection remoteInputConnection, in startInput() argument 161 params.remoteInputConnection = remoteInputConnection; in startInput()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IInputMethod.aidl | 57 IRemoteInputConnection remoteInputConnection;
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodWrapper.java | 395 final InputConnection ic = params.remoteInputConnection == null ? null in startInput() 396 : new RemoteInputConnection(mTarget, params.remoteInputConnection, in startInput()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | IInputMethodManagerGlobalInvoker.java | 337 @Nullable IRemoteInputConnection remoteInputConnection, in startInputOrWindowGainedFocus() argument 347 startInputFlags, softInputMode, windowFlags, editorInfo, remoteInputConnection, in startInputOrWindowGainedFocus()
|