Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointXmlUtils.java89 private static final String XML_TAG_PROTO = "Proto"; field in PasspointXmlUtils
506 XmlUtil.writeNextValue(out, XML_TAG_PROTO, entry.getKey()); in serializeProtoPortMap()
923 int proto = (int) XmlUtil.readNextValueWithName(in, XML_TAG_PROTO); in deserializeProtoPortMap()