Searched refs:TAG_ADVANCED_OPTIONS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java807 private static final String TAG_ADVANCED_OPTIONS = "advancedOptions"; field in class:PrintSpoolerService.PersistenceManager
1027 serializer.startTag(null, TAG_ADVANCED_OPTIONS);
1046 serializer.endTag(null, TAG_ADVANCED_OPTIONS);
1304 if (accept(parser, XmlPullParser.START_TAG, TAG_ADVANCED_OPTIONS)) {
1325 expect(parser, XmlPullParser.END_TAG, TAG_ADVANCED_OPTIONS);

Completed in 770 milliseconds