Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java231 private void testCase(final boolean copyFromOriginal, final Integer numCopies, in testCase() argument
283 if (numCopies != null) { in testCase()
284 printJobBuilder.setCopies(numCopies); in testCase()
301 Log.i(LOG_TAG, "Change to attributes: " + newAttributes + ", copies: " + numCopies + in testCase()