Searched refs:mBtUid (Results 1 – 1 of 1) sorted by relevance
59 private SignedLongLong mBtUid = null; field in BluetoothMapConvoContactElement67 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()