Home | History | Annotate | Download | only in discovery

Lines Matching defs:printers

59      * printers it finds.
64 // If printers are already present, signal them to the listener
78 * Remove a listener so that it no longer receives notifications of found printers.
133 * Start searching for printers
138 * Stop searching for printers, freeing any search-related resources
170 /** Signal loss of all printers */
178 * Return the working collection of currently-found printers
200 * Return a collection of saved printers. Subclasses supporting saved printers should override
204 List<DiscoveredPrinter> printers = new ArrayList<>();
207 printers.addAll(child.getSavedPrinters());
210 return printers;
214 * Remove a saved printer by its path. Subclasses supporting saved printers should override