Searched refs:onInputMethodShowInputRequested (Results 1 – 4 of 4) sorted by relevance
51 void onInputMethodShowInputRequested(boolean requestResult); in onInputMethodShowInputRequested() method
212 public void onInputMethodShowInputRequested(boolean requestResult) throws RemoteException { in onInputMethodShowInputRequested() method in AutofillSuggestionsController.InlineSuggestionsRequestCallbackDecorator213 mCallback.onInputMethodShowInputRequested(requestResult); in onInputMethodShowInputRequested()
162 mSession.getRequestCallback().onInputMethodShowInputRequested(requestResult); in notifyOnShowInputRequested()
426 public void onInputMethodShowInputRequested(boolean requestResult) throws RemoteException { in onInputMethodShowInputRequested() method in AutofillInlineSuggestionsRequestSession.InlineSuggestionsRequestCallbackImpl