Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java40 private static final String XML_TAG = "MAP-convo-listing"; field in BluetoothMapConvoListing
102 xmlConvoElement.startTag(null, XML_TAG); in encode()
108 xmlConvoElement.endTag(null, XML_TAG); in encode()
157 if(!name.equalsIgnoreCase(XML_TAG)) { in appendFromXml()