Home
last modified time | relevance | path

Searched refs:setBtUid (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java156 public void setBtUid(SignedLongLong btUid) { in setBtUid() method in BluetoothMapConvoContactElement
276 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()
DBluetoothMapContent.java3348 c.setBtUid(new SignedLongLong(tmpCursor.getLong(fi.mContactColBtUid), 0)); in populateImEmailConvoElement()
3522 contactElement.setBtUid(null); in addSmsMmsContacts()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java108 contactElement.setBtUid(SignedLongLong.fromString(TEST_BT_UID)); in settersAndGetters()