Searched refs:btUid (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 84 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()
|
D | BluetoothMapbMessage.java | 237 for (String btUid : mBtUids) { in encode() 238 sb.append("X-BT-UID:").append(btUid).append("\r\n"); in encode()
|
D | BluetoothMapContentObserver.java | 1478 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()
|
D | BluetoothMapContent.java | 4351 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()
|