Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterCapabilitiesInfo.java62 private @NonNull List<Resolution> mResolutions; field in PrinterCapabilitiesInfo
104 if (other.mResolutions != null) { in copyFrom()
105 if (mResolutions != null) { in copyFrom()
106 mResolutions.clear(); in copyFrom()
107 mResolutions.addAll(other.mResolutions); in copyFrom()
109 mResolutions = new ArrayList<Resolution>(other.mResolutions); in copyFrom()
112 mResolutions = null; in copyFrom()
139 return Collections.unmodifiableList(mResolutions); in getResolutions()
194 builder.setResolution(mResolutions.get(resolutionIndex)); in getDefaults()
240 Preconditions.checkArgument(mResolutions.size() > mDefaults[PROPERTY_RESOLUTION]); in PrinterCapabilitiesInfo()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt54915 Landroid/print/PrinterCapabilitiesInfo;->mResolutions:Ljava/util/List;