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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java44 private static final String XML_ATT_NAME = "name"; field in class:BluetoothMapConvoContactElement
208 xmlConvoElement.attribute(null, XML_ATT_NAME,
257 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) {
H A DBluetoothMapConvoListingElement.java40 private static final String XML_ATT_NAME = "name"; field in class:BluetoothMapConvoListingElement
253 xmlConvoElement.attribute(null, XML_ATT_NAME,
298 } else if(attributeName.equalsIgnoreCase(XML_ATT_NAME)) {

Completed in 73 milliseconds