Home | History | Annotate | Download | only in printservice

Lines Matching refs:printerIds

222      * @param printerIds The ids of the removed printers.
228 public final void removePrinters(List<PrinterId> printerIds) {
240 final int removedPrinterIdCount = printerIds.size();
242 PrinterId removedPrinterId = printerIds.get(i);
264 final int removedPrinterIdCount = printerIds.size();
266 PrinterId removedPrinterId = printerIds.get(i);
373 * @param printerIds The printers to validate.
378 public abstract void onValidatePrinters(List<PrinterId> printerIds);
497 void validatePrinters(List<PrinterId> printerIds) {
499 onValidatePrinters(printerIds);