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

/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java82 public static final int PAGE_COUNT_UNKNOWN = -1; field in class:PrintDocumentInfo
150 Preconditions.checkArgument(mPageCount == PAGE_COUNT_UNKNOWN || mPageCount > 0);
170 * @see #PAGE_COUNT_UNKNOWN
317 * <strong>Default: </strong> {@link #PAGE_COUNT_UNKNOWN}
321 * {@link PrintDocumentInfo#PAGE_COUNT_UNKNOWN}.
325 if (pageCount < 0 && pageCount != PAGE_COUNT_UNKNOWN) {
328 + " DocumentInfo#PAGE_COUNT_UNKNOWN");
361 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;

Completed in 23 milliseconds