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() 336 List<Pair<PrinterInfo, Location>> favoritePrinters, in updatePrinters() 721 private List<Pair<PrinterInfo, Location>> sortFavoritePrinters( in sortFavoritePrinters() 795 protected void onPostExecute(List<Pair<PrinterInfo, Location>> printers) { in onPostExecute() 842 protected void onCancelled(List<Pair<PrinterInfo, Location>> printerInfos) { in onCancelled() 881 List<Pair<PrinterInfo, Location>> outPrinters) in parseState() 901 List<Pair<PrinterInfo, Location>> outPrinters) in parsePrinter() 999 protected Void doInBackground( in doInBackground() 1005 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 { class 96 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
|