Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrinterInfo.java97 int iconResourceId, boolean hasCustomPrinterIcon, String description, in PrinterInfo() argument
104 mHasCustomPrinterIcon = hasCustomPrinterIcon; in PrinterInfo()
489 public @NonNull Builder setHasCustomPrinterIcon(boolean hasCustomPrinterIcon) { in setHasCustomPrinterIcon() argument
490 mHasCustomPrinterIcon = hasCustomPrinterIcon; in setHasCustomPrinterIcon()