Searched defs:PAGE_COUNT_UNKNOWN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java75 public static final int PAGE_COUNT_UNKNOWN = -1; field in class:PrintDocumentInfo
155 * @see #PAGE_COUNT_UNKNOWN
302 * <strong>Default: </strong> {@link #PAGE_COUNT_UNKNOWN}
306 * or equal to zero or {@link PrintDocumentInfo#PAGE_COUNT_UNKNOWN}.
309 if (pageCount < 0 && pageCount != PAGE_COUNT_UNKNOWN) {
312 + " DocumentInfo#PAGE_COUNT_UNKNOWN");
345 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;

Completed in 217 milliseconds