Searched defs:mDocument (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/printservice/
H A DPrintJob.java40 private final PrintDocument mDocument; field in class:PrintJob
47 mDocument = new PrintDocument(mCachedInfo.getId(), client,
95 return mDocument;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java532 protected final RemotePrintDocumentInfo mDocument; field in class:RemotePrintDocument.AsyncCommand
545 mDocument = document;
661 mDocument.changed = false;
705 if (changed || !equalsIgnoreSize(mDocument.info, info)) {
708 mDocument.writtenPages = null;
709 mDocument.printedPages = null;
710 mDocument.changed = true;
714 mDocument.attributes = mNewAttributes;
715 mDocument.metadata = mMetadata;
716 mDocument
[all...]

Completed in 65 milliseconds