Searched refs:newCopies (Results 1 – 2 of 2) sorted by relevance
286 public void setCopies(int newCopies) throws TestHelperException { in setCopies() argument290 copies.setText(Integer.valueOf(newCopies).toString()); in setCopies()293 throw new TestHelperException("Unable to set copies to " + newCopies, e); in setCopies()
611 protected void changeCopies(int newCopies) throws TestHelperException { in changeCopies() argument612 mPrintHelper.setCopies(newCopies); in changeCopies()