Home
last modified time | relevance | path

Searched refs:PAGE_COUNT_UNKNOWN (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/print/
H A DPrintDocumentInfo.java84 public static final int PAGE_COUNT_UNKNOWN = -1; field in PrintDocumentInfo
155 Preconditions.checkArgument(mPageCount == PAGE_COUNT_UNKNOWN || mPageCount > 0); in PrintDocumentInfo()
330 if (pageCount < 0 && pageCount != PAGE_COUNT_UNKNOWN) { in setPageCount()
366 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN; in build()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java448 private int mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
525 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN; in close()
772 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN; in onPostExecute()
778 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN; in onPostExecute()
H A DRemotePrintDocument.java100 != PrintDocumentInfo.PAGE_COUNT_UNKNOWN
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPageRangeUtils.java413 && pageCount == PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in computeWhichPagesInFileToPrint()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java272 if (mDocumentPageCount == PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in handleMessage()
H A DPageAdapter.java101 private int mDocumentPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
216 if (documentPageCount == PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in update()
H A DPrintActivity.java1394 updatePageRangeOptions(PrintDocumentInfo.PAGE_COUNT_UNKNOWN); in bindUi()
2054 if (pageCount != PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in getAdjustedPageCount()
/aosp14/frameworks/base/core/java/com/android/internal/print/
H A DDumpUtils.java248 if (pageCount != PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in writePrintDocumentInfo()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt35009 field public static final int PAGE_COUNT_UNKNOWN = -1; // 0xffffffff