Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DCustomDescription.java106 public RemoteViews getPresentation() { in getPresentation() method in CustomDescription
DFillResponse.java122 public @Nullable RemoteViews getPresentation() { in getPresentation() method in FillResponse
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java291 final RemoteViews template = customDescription.getPresentation(); in applyCustomDescription()
DFillUi.java222 content = response.getPresentation().applyWithTheme( in FillUi()