Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java45 private static final String XML_ATT_NAME = "name"; field in BluetoothMapConvoContactElement
209 xmlConvoElement.attribute(null, XML_ATT_NAME, in encode()
258 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()
DBluetoothMapConvoListingElement.java40 private static final String XML_ATT_NAME = "name"; field in BluetoothMapConvoListingElement
253 xmlConvoElement.attribute(null, XML_ATT_NAME, in encode()
298 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()