Searched refs:onInputMethodShowInputRequested (Results 1 – 5 of 5) sorted by relevance
51 void onInputMethodShowInputRequested(boolean requestResult); in onInputMethodShowInputRequested() method
56 void onInputMethodShowInputRequested(boolean requestResult); in onInputMethodShowInputRequested() method
222 public void onInputMethodShowInputRequested(boolean requestResult) { in onInputMethodShowInputRequested() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator223 mCallback.onInputMethodShowInputRequested(requestResult); in onInputMethodShowInputRequested()
162 mSession.getRequestCallback().onInputMethodShowInputRequested(requestResult); in notifyOnShowInputRequested()
427 public void onInputMethodShowInputRequested(boolean requestResult) { in onInputMethodShowInputRequested() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl