Searched defs:hasCustomPrinterIcon (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterInfo.java93 int iconResourceId, boolean hasCustomPrinterIcon, String description,
100 mHasCustomPrinterIcon = hasCustomPrinterIcon;
378 builder.append(", hasCustomPrinterIcon=").append(mHasCustomPrinterIcon);
470 * @param hasCustomPrinterIcon If the printer has a custom icon or not.
474 public @NonNull Builder setHasCustomPrinterIcon(boolean hasCustomPrinterIcon) { argument
475 mHasCustomPrinterIcon = hasCustomPrinterIcon;
92 PrinterInfo(@onNull PrinterId printerId, @NonNull String name, @Status int status, int iconResourceId, boolean hasCustomPrinterIcon, String description, PendingIntent infoIntent, PrinterCapabilitiesInfo capabilities, int customPrinterIconGen) argument

Completed in 296 milliseconds