Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineFillUi.java139 InlineSuggestionFactory.createInlineSuggestions(inlineFillUiInfo, in forAutofill()
155 InlineSuggestionFactory.createInlineSuggestions(inlineFillUiInfo, in forAugmentedAutofill()
H A DInlineSuggestionFactory.java66 public static SparseArray<Pair<Dataset, InlineSuggestion>> createInlineSuggestions( in createInlineSuggestions() method in InlineSuggestionFactory