Home
last modified time | relevance | path

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

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java151 final List<InlineSuggestion> inlineSuggestions = response.getInlineSuggestions(); in postPendingResponse() local
345 private void inflateThenShowSuggestions( List<InlineSuggestion> inlineSuggestions) { in inflateThenShowSuggestions()