Home
last modified time | relevance | path

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

/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java121 void setCopies(int copies); in setCopies() method
/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java284 printJobBuilder.setCopies(numCopies); in testCase()
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java286 public void setCopies(int newCopies) throws TestHelperException { in setCopies() method in DefaultCtsPrintHelper
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java612 mPrintHelper.setCopies(newCopies); in changeCopies()