Searched refs:getContacts (Results 1 – 5 of 5) sorted by relevance
107 assertThat(mListingElement.getContacts()).isEqualTo(TEST_CONTACTS); in getters()127 assertThat(mListingElement.getContacts().size()).isEqualTo(1); in removeContactWithObject()133 assertThat(mListingElement.getContacts().size()).isEqualTo(1); in removeContactWithIndex()159 assertThat(listingElementFromXml.getContacts()).isEqualTo(TEST_CONTACTS); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
92 final List<SimContact> contacts = sim.getContacts(); in show()233 if (sim.getContacts() != null) { in getSimContactCount()234 return sim.getContacts().size(); in getSimContactCount()
255 final List<SimContact> contacts = sim.getContacts(); in getContactsForSim()420 return new ArrayList<>(card.getContacts()); in loadContactsForSim()
167 public List<SimContact> getContacts() { in getContacts() method in SimCard
120 public List<BluetoothMapConvoContactElement> getContacts() { in getContacts() method in BluetoothMapConvoListingElement