Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIInlineSuggestionsRequestCallback.aidl43 void onInputMethodStartInput(in AutofillId imeFieldId); in onInputMethodStartInput() method
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DAutofillSuggestionsController.java207 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
208 mCallback.onInputMethodStartInput(imeFieldId); in onInputMethodStartInput()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java144 mSession.getRequestCallback().onInputMethodStartInput(mImeClientFieldId); in notifyOnStartInput()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSuggestionsRequestSession.java415 public void onInputMethodStartInput(AutofillId imeFieldId) throws RemoteException { in onInputMethodStartInput() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl