Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedAugmentedFillResponse.java65 private final @Nullable List<Dataset> mInlineSuggestions; field in CannedAugmentedFillResponse
72 mInlineSuggestions = builder.mInlineSuggestions; in CannedAugmentedFillResponse()
128 if (mInlineSuggestions != null) { in asFillResponse()
187 for (Dataset dataset : mInlineSuggestions) { in createResponseWithInlineSuggestion()
219 private @Nullable List<Dataset> mInlineSuggestions; field in CannedAugmentedFillResponse.Builder
250 if (mInlineSuggestions == null) { in addInlineSuggestion()
251 mInlineSuggestions = new ArrayList<>(); in addInlineSuggestion()
253 mInlineSuggestions.add(dataset); in addInlineSuggestion()