Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java513 private static final String TAG_PRINTERS = "printers"; field in FusedPrintersProvider.PersistenceManager
885 expect(parser, XmlPullParser.START_TAG, TAG_PRINTERS); in parseState()
897 expect(parser, XmlPullParser.END_TAG, TAG_PRINTERS); in parseState()
1013 serializer.startTag(null, TAG_PRINTERS); in doWritePrinterHistory()
1053 serializer.endTag(null, TAG_PRINTERS); in doWritePrinterHistory()