Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java46 private static final String XML_ATT_X_BT_UID = "x_bt_uid"; field in BluetoothMapConvoContactElement
232 xmlConvoElement.attribute(null, XML_ATT_X_BT_UID, mBtUid.toHexString()); in encode()
275 } else if (attributeName.equalsIgnoreCase(XML_ATT_X_BT_UID)) { in createFromXml()