Searched refs:btUid (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapConvoContactElement.java | 75 int priority, String btUid) { in BluetoothMapConvoContactElement() argument 85 if(btUid != null) { in BluetoothMapConvoContactElement() 87 this.mBtUid = SignedLongLong.fromString(btUid); in BluetoothMapConvoContactElement() 142 public void setBtUid(SignedLongLong btUid) { in setBtUid() argument 143 this.mBtUid = btUid; in setBtUid()
|
D | BluetoothMapbMessage.java | 227 for(String btUid : mBtUids) in encode() 229 sb.append("X-BT-UID:").append(btUid).append("\r\n"); in encode()
|
D | BluetoothMapContentObserver.java | 1293 String btUid = c.getString(cInfo.mContactColBtUid); in initContactsList() local 1297 priority, btUid); in initContactsList() 1889 String btUid = c in handleContactListChanges() local 1918 priority, btUid); in handleContactListChanges()
|
D | BluetoothMapContent.java | 3975 String btUid[] = new String[1]; in getIMMessage() local 3976 btUid[0]= contacts.getString(contacts.getColumnIndex( in getIMMessage() 3987 message.addRecipient(nickname,name,null, null, btUid, btUci); in getIMMessage() 3991 message.addOriginator(nickname,name,null, null, btUid, btUci); in getIMMessage()
|