Home
last modified time | relevance | path

Searched refs:setContacts (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElementTest.java93 mListingElement.setContacts(TEST_CONTACTS); in setUp()
170 listingElement.setContacts(TEST_CONTACTS); in equalsWithSameValues_returnsTrue()
176 listingElementEqual.setContacts(TEST_CONTACTS); in equalsWithSameValues_returnsTrue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java124 public void setContacts(List<BluetoothMapConvoContactElement> contacts) { in setContacts() method in BluetoothMapConvoListingElement