Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java721 final int pageCount = toIndex - fromIndex + 1; in writeBlankPages() local
722 for (int i = 0; i < pageCount; i++) { in writeBlankPages()