Home
last modified time | relevance | path

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

/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java286 public void setCopies(int newCopies) throws TestHelperException { in setCopies() argument
290 copies.setText(Integer.valueOf(newCopies).toString()); in setCopies()
293 throw new TestHelperException("Unable to set copies to " + newCopies, e); in setCopies()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java611 protected void changeCopies(int newCopies) throws TestHelperException { in changeCopies() argument
612 mPrintHelper.setCopies(newCopies); in changeCopies()