Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DDataset.java293 final RemoteViews customPresentation = mFieldPresentations.get(index); in getFieldPresentation() local
294 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()
300 final RemoteViews customPresentation = mFieldDialogPresentations.get(index); in getFieldDialogPresentation() local
301 return customPresentation != null ? customPresentation : mDialogPresentation; in getFieldDialogPresentation()