Home
last modified time | relevance | path

Searched refs:loadPrinterIds (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/
DLocalDiscoverySessionInfo.java68 mKnownGood.addAll(loadPrinterIds(reader)); in load()
71 mPriority.addAll(loadPrinterIds(reader)); in load()
84 private List<PrinterId> loadPrinterIds(JsonReader reader) throws IOException { in loadPrinterIds() method in LocalDiscoverySessionInfo