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

/frameworks/base/core/java/android/print/
H A DPrinterInfo.java49 * Once {@link PrinterInfo.Builder#build() built} the objects are immutable.
52 public final class PrinterInfo implements Parcelable { class in inherits:Parcelable
92 private PrinterInfo(@NonNull PrinterId printerId, @NonNull String name, @Status int status, method in class:PrinterInfo
266 private PrinterInfo(Parcel parcel) { method in class:PrinterInfo
315 * Compare two {@link PrinterInfo printerInfos} in all aspects beside being null and the
318 * @param other the other {@link PrinterInfo}
322 public boolean equalsIgnoringStatus(PrinterInfo other) {
369 PrinterInfo other = (PrinterInfo) obj;
382 builder.append("PrinterInfo{");
[all...]

Completed in 425 milliseconds