Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java84 String btUid) { in BluetoothMapConvoContactElement() argument
94 if (btUid != null) { in BluetoothMapConvoContactElement()
96 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement()
156 public void setBtUid(SignedLongLong btUid) { in setBtUid() argument
157 this.mBtUid = btUid; in setBtUid()
DBluetoothMapbMessage.java237 for (String btUid : mBtUids) { in encode()
238 sb.append("X-BT-UID:").append(btUid).append("\r\n"); in encode()
DBluetoothMapContentObserver.java1478 String btUid = c.getString(cInfo.mContactColBtUid); in initContactsList() local
1489 btUid); in initContactsList()
2375 String btUid = c.getString(cInfo.mContactColBtUid); in handleContactListChanges() local
2424 btUid); in handleContactListChanges()
DBluetoothMapContent.java4351 String[] btUid = new String[1]; in getIMMessage() local
4352 btUid[0] = in getIMMessage()
4369 message.addRecipient(nickname, name, null, null, btUid, btUci); in getIMMessage()
4373 message.addOriginator(nickname, name, null, null, btUid, btUci); in getIMMessage()