Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DPersistentDataStore.java173 private static final String XML_TAG_PACKAGE = "package"; field in PersistentDataStore
486 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()