Home | History | Annotate | Download | only in ui

Lines Matching defs:copies

610         // the user may have used it to type copies or range.
824 Log.w(LOG_TAG, "Cannot apply return value from advanced options activity. Copies " +
1304 // Copies
1933 // Copies
2981 int copies = 0;
2983 copies = Integer.parseInt(editable.toString());
2993 if (copies < MIN_COPIES) {
3001 mPrintJob.setCopies(copies);