Home
last modified time | relevance | path

Searched refs:hasLaidOutPages (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java355 public boolean hasLaidOutPages() { in hasLaidOutPages() method in RemotePrintDocument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java1267 if (willUpdate && !mPrintedDocument.hasLaidOutPages()) { in updateDocument()