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.java44 private static final String XML_ATT_NAME = "name"; field in BluetoothMapConvoContactElement
208 xmlConvoElement.attribute(null, XML_ATT_NAME, in encode()
256 } else if (attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()
DBluetoothMapConvoListingElement.java40 private static final String XML_ATT_NAME = "name"; field in BluetoothMapConvoListingElement
268 xmlConvoElement.attribute(null, XML_ATT_NAME, in encode()
312 } else if (attributeName.equalsIgnoreCase(XML_ATT_NAME)) { in createFromXml()