Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedAugmentedFillResponse.java199 Pair<AutofillId, ClipData> fieldContent = dataset.getContent(); in createResponseWithInlineSuggestion() local
201 fieldContent.second.getDescription().getLabel().toString()); in createResponseWithInlineSuggestion()
204 .setContent(fieldContent.first, fieldContent.second) in createResponseWithInlineSuggestion()