Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoListingTest.java174 assertThat(listing.getList().get(0).getConvoId()) in encodeToXml_thenAppendFromXml()
176 assertThat(listing.getList().get(1).getConvoId()) in encodeToXml_thenAppendFromXml()
DBluetoothMapConvoListingElementTest.java111 assertThat(mListingElement.getConvoId()).isEqualTo(signedLongLong.toHexString()); in getters()
162 assertThat(listingElementFromXml.getConvoId()).isEqualTo(signedLongLong.toHexString()); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java203 public String getConvoId() { in getConvoId() method in BluetoothMapConvoListingElement