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

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

Completed in 58 milliseconds