Searched defs:PrinterInfo (Results  1 – 2 of 2) sorted by relevance
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ | 
| D | FusedPrintersProvider.java | 174             List<Pair<PrinterInfo, Location>> favoritePrinters) {  in computeAndDeliverResult()335             List<Pair<PrinterInfo, Location>> favoritePrinters,  in updatePrinters()
 720         private List<Pair<PrinterInfo, Location>> sortFavoritePrinters(  in sortFavoritePrinters()
 794             protected void onPostExecute(List<Pair<PrinterInfo, Location>> printers) {  in onPostExecute()
 841             protected void onCancelled(List<Pair<PrinterInfo, Location>> printerInfos) {  in onCancelled()
 880                     List<Pair<PrinterInfo, Location>> outPrinters)  in parseState()
 900                     List<Pair<PrinterInfo, Location>> outPrinters)  in parsePrinter()
 998             protected Void doInBackground(  in doInBackground()
 1004             private void doWritePrinterHistory(List<Pair<PrinterInfo, Location>> printers) {  in doWritePrinterHistory()
 
 | 
| /frameworks/base/core/java/android/print/ | 
| D | PrinterInfo.java | 53 public final class PrinterInfo implements Parcelable {  class96     private PrinterInfo(@NonNull PrinterId printerId, @NonNull String name, @Status int status,  in PrinterInfo()  method in PrinterInfo
 270     private PrinterInfo(Parcel parcel) {  in PrinterInfo()  method in PrinterInfo
 
 |