Searched refs:mUpdateSpec (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 73 private final UpdateSpec mUpdateSpec = new UpdateSpec(); field in RemotePrintDocument 93 if (mUpdateSpec.pages != null && (mDocumentInfo.changed 97 mUpdateSpec.pages, mDocumentInfo.info.getPageCount())))) { 100 mDocumentInfo.info.getPageCount(), mUpdateSpec.pages, 103 if (mUpdateSpec.pages != null) { 106 mUpdateSpec.pages, mDocumentInfo.writtenPages, 125 mUpdateSpec.reset(); 204 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) { in update() 225 && pages != null && !PageRangeUtils.contains(mUpdateSpec.pages, pages, in update() 250 mUpdateSpec.update(attributes, preview, pages); in update()
|