Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java60 private SignedLongLong mBtUid = null; field in BluetoothMapConvoContactElement
68 newElement.mBtUid = new SignedLongLong(contact.getId(),0); in createFromMapContact()
87 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement()
139 return mBtUid.toHexString(); in getBtUid()
143 this.mBtUid = btUid; in setBtUid()
219 if(mBtUid != null) { in encode()
220 xmlConvoElement.attribute(null, XML_ATT_X_BT_UID, mBtUid.toHexString()); in encode()