Searched defs:mBtUid (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java59 private SignedLongLong mBtUid = null; field in class:BluetoothMapConvoContactElement
67 newElement.mBtUid = new SignedLongLong(contact.getId(), 0);
86 this.mBtUid = SignedLongLong.fromString(btUid);
138 return mBtUid.toHexString();
142 this.mBtUid = btUid;
217 if (mBtUid != null) {
218 xmlConvoElement.attribute(null, XML_ATT_X_BT_UID, mBtUid.toHexString());
295 * if (mBtUid == null) {
296 if (other.mBtUid != null) {
299 } else if (!mBtUid
[all...]

Completed in 23 milliseconds