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