Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java41 private static final String XML_ATT_ID = "id"; field in BluetoothMapConvoListingElement
266 xmlConvoElement.attribute(null, XML_ATT_ID, mId.toHexString()); in encode()
310 if (attributeName.equalsIgnoreCase(XML_ATT_ID)) { in createFromXml()