Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElementTest.java84 assertThat(contactElement.getBtUid()).isEqualTo(TEST_BT_UID); in constructorWithArguments()
96 assertThat(contactElement.getBtUid()).isEqualTo(signedLongLong.toHexString()); in createFromMapContact()
122 assertThat(contactElement.getBtUid()).isEqualTo(TEST_BT_UID); in settersAndGetters()
168 assertThat(contactElementFromXml.getBtUid()).isEqualTo(TEST_BT_UID); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
DBluetoothMapContentObserverTest.java1068 Assert.assertEquals(contactElement.getBtUid(), TEST_BT_UID); in initContactsList()
2411 Assert.assertEquals(contactElement.getBtUid(), TEST_BT_UID); in handleContactListChanges_withNullContactForUci()
2482 Assert.assertEquals(contactElement.getBtUid(), TEST_BT_UID); in handleContactListChanges_withNonNullContactForUci()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java152 public String getBtUid() { in getBtUid() method in BluetoothMapConvoContactElement