Home
last modified time | relevance | path

Searched defs:onInputMethodShowInputRequested (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIInlineSuggestionsRequestCallback.aidl51 void onInputMethodShowInputRequested(boolean requestResult); in onInputMethodShowInputRequested() method
/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DCarAutofillSuggestionsController.java214 public void onInputMethodShowInputRequested(boolean requestResult) throws RemoteException { in onInputMethodShowInputRequested() method in CarAutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAutofillSuggestionsController.java212 public void onInputMethodShowInputRequested(boolean requestResult) throws RemoteException { in onInputMethodShowInputRequested() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillInlineSuggestionsRequestSession.java426 public void onInputMethodShowInputRequested(boolean requestResult) throws RemoteException { in onInputMethodShowInputRequested() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl