Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java516 private static final String TAG_LOCATION = "location"; field in FusedPrintersProvider.PersistenceManager
926 if (accept(parser, XmlPullParser.START_TAG, TAG_LOCATION)) { in parsePrinter()
937 expect(parser, XmlPullParser.END_TAG, TAG_LOCATION); in parsePrinter()
1036 serializer.startTag(null, TAG_LOCATION); in doWritePrinterHistory()
1043 serializer.endTag(null, TAG_LOCATION); in doWritePrinterHistory()