Searched refs:mFieldDialogPresentations (Results 1 – 1 of 1) sorted by relevance
180 private final ArrayList<RemoteViews> mFieldDialogPresentations; field in Dataset221 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.Builder1266 mFieldDialogPresentations.set(existingIdx, dialogPresentation); in setLifeTheUniverseAndEverything()1276 mFieldDialogPresentations.add(dialogPresentation); in setLifeTheUniverseAndEverything()[all …]