Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java47 protected static final String XML_TAG_CONVOCONTACT = "convocontact"; field in BluetoothMapConvoContactElement
199 xmlConvoElement.startTag(null, XML_TAG_CONVOCONTACT); in encode()
231 xmlConvoElement.endTag(null, XML_TAG_CONVOCONTACT); in encode()
248 XML_TAG_CONVOCONTACT + " is not decorated with attributes"); in createFromXml()
H A DBluetoothMapConvoListingElement.java338 if (name.equalsIgnoreCase(BluetoothMapConvoContactElement.XML_TAG_CONVOCONTACT)) { in createFromXml()