Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCannedFillResponse.java593 private final InlinePresentation mInlineTooltipPresentation; field in CannedFillResponse.CannedDataset
605 mInlineTooltipPresentation = builder.mInlineTooltipPresentation; in CannedDataset()
618 if (mInlineTooltipPresentation != null) { in asDataset()
619 builder.setInlinePresentation(mInlinePresentation, mInlineTooltipPresentation); in asDataset()
712 private InlinePresentation mInlineTooltipPresentation; field in CannedFillResponse.CannedDataset.Builder
915 mInlineTooltipPresentation = tooltip; in setInlineTooltipPresentation()