Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInlineSuggestionSession.java92 private InlineSuggestionsResponseCallbackImpl mResponseCallback;
187 mResponseCallback = new InlineSuggestionsResponseCallbackImpl(this); in makeInlineSuggestionRequestUncheck()
222 private static final class InlineSuggestionsResponseCallbackImpl extends class in InlineSuggestionSession
227 private InlineSuggestionsResponseCallbackImpl(InlineSuggestionSession session) { in InlineSuggestionsResponseCallbackImpl() method in InlineSuggestionSession.InlineSuggestionsResponseCallbackImpl