Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInlineSuggestionsRequestCallback.aidl43 void onInputMethodStartInput(in AutofillId imeFieldId); in onInputMethodStartInput() method
DInlineSuggestionsRequestCallback.java50 void onInputMethodStartInput(AutofillId imeFieldId); in onInputMethodStartInput() method
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAutofillSuggestionsController.java217 public void onInputMethodStartInput(AutofillId imeFieldId) { in onInputMethodStartInput() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
218 mCallback.onInputMethodStartInput(imeFieldId); in onInputMethodStartInput()
/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSessionController.java144 mSession.getRequestCallback().onInputMethodStartInput(mImeClientFieldId); in notifyOnStartInput()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java416 public void onInputMethodStartInput(AutofillId imeFieldId) { in onInputMethodStartInput() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl