Searched refs:XML_TAG_PACKAGE (Results 1 – 1 of 1) sorted by relevance
173 private static final String XML_TAG_PACKAGE = "package"; field in PersistentDataStore486 if (!isStartOfTag(parser, XML_TAG_PACKAGE)) continue; in readPreviouslyUsedIdsV1()493 if (isEndOfTag(parser, XML_TAG_PACKAGE)) break; in readPreviouslyUsedIdsV1()548 final XmlSerializer serializer = parent.startTag(null, XML_TAG_PACKAGE); in writePreviouslyUsedIdsForPackage()553 serializer.endTag(null, XML_TAG_PACKAGE); in writePreviouslyUsedIdsForPackage()