Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DDataset.java303 final RemoteViews customPresentation = mFieldPresentations.get(index); in getFieldPresentation() local
304 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()
310 final RemoteViews customPresentation = mFieldDialogPresentations.get(index); in getFieldDialogPresentation() local
311 return customPresentation != null ? customPresentation : mDialogPresentation; in getFieldDialogPresentation()