Searched defs:favoritePrinters (Results 1 – 1 of 1) sorted by relevance
174 List<Pair<PrinterInfo, Location>> favoritePrinters) { in computeAndDeliverResult()336 List<Pair<PrinterInfo, Location>> favoritePrinters, in updatePrinters()750 List<Pair<PrinterInfo, Location>> favoritePrinters = new ArrayList<>(printerCount); in sortFavoritePrinters() local