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.java515 private static final String TAG_LOCATION = "location"; field in FusedPrintersProvider.PersistenceManager
925 if (accept(parser, XmlPullParser.START_TAG, TAG_LOCATION)) { in parsePrinter()
936 expect(parser, XmlPullParser.END_TAG, TAG_LOCATION); in parsePrinter()
1035 serializer.startTag(null, TAG_LOCATION); in doWritePrinterHistory()
1042 serializer.endTag(null, TAG_LOCATION); in doWritePrinterHistory()