Home
last modified time | relevance | path

Searched refs:remoteInputConnection (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java155 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 DIInputMethod.aidl57 IRemoteInputConnection remoteInputConnection;
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java395 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 DIInputMethodManagerGlobalInvoker.java337 @Nullable IRemoteInputConnection remoteInputConnection, in startInputOrWindowGainedFocus() argument
347 startInputFlags, softInputMode, windowFlags, editorInfo, remoteInputConnection, in startInputOrWindowGainedFocus()