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.java129 final RemoteViews customPresentation = mFieldPresentations.get(index); in getFieldPresentation() local
130 return customPresentation != null ? customPresentation : mPresentation; in getFieldPresentation()