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() 471 boolean preview; field in RemotePrintDocument.UpdateSpec 474 public void update(PrintAttributes attributes, boolean preview, in update() argument 477 this.preview = preview; in update() 483 preview = false; in reset() 487 public boolean hasSameConstraints(PrintAttributes attributes, boolean preview) { in hasSameConstraints() argument 488 return this.attributes.equals(attributes) && this.preview == preview; in hasSameConstraints() [all …]
|