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.java59 private SignedLongLong mBtUid = null; field in BluetoothMapConvoContactElement
67 newElement.mBtUid = new SignedLongLong(contact.getId(), 0); in createFromMapContact()
86 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement()
138 return mBtUid.toHexString(); in getBtUid()
142 this.mBtUid = btUid; in setBtUid()
217 if (mBtUid != null) { in encode()
218 xmlConvoElement.attribute(null, XML_ATT_X_BT_UID, mBtUid.toHexString()); in encode()