D | RemotePrintDocument.java | 188 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update() argument 204 if (!mUpdateSpec.hasSameConstraints(attributes, preview)) { in update() 218 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback); in update() 250 mUpdateSpec.update(attributes, preview, pages); in update() 483 boolean preview; field in RemotePrintDocument.UpdateSpec 486 public void update(PrintAttributes attributes, boolean preview, in update() argument 489 this.preview = preview; in update() 495 preview = false; in reset() 499 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { in hasSameConstraints() argument 500 return this.attributes.equals(attributes) && this.preview == preview; in hasSameConstraints() [all …]
|