Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/autofill/
DDataset.java180 private final ArrayList<RemoteViews> mFieldDialogPresentations; field in Dataset
221 mFieldDialogPresentations = fieldDialogPresentations; in Dataset()
245 mFieldDialogPresentations = dataset.mFieldDialogPresentations; in Dataset()
264 mFieldDialogPresentations = builder.mFieldDialogPresentations; in Dataset()
310 final RemoteViews customPresentation = mFieldDialogPresentations.get(index); in getFieldDialogPresentation()
396 if (mFieldDialogPresentations != null) { in toString()
397 builder.append(", fieldDialogPresentations=").append(mFieldDialogPresentations.size()); in toString()
469 private ArrayList<RemoteViews> mFieldDialogPresentations = new ArrayList(); field in Dataset.Builder
1266 mFieldDialogPresentations.set(existingIdx, dialogPresentation); in setLifeTheUniverseAndEverything()
1276 mFieldDialogPresentations.add(dialogPresentation); in setLifeTheUniverseAndEverything()
[all …]