Home
last modified time | relevance | path

Searched refs:getContacts (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElementTest.java107 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()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java92 final List<SimContact> contacts = sim.getContacts(); in show()
233 if (sim.getContacts() != null) { in getSimContactCount()
234 return sim.getContacts().size(); in getSimContactCount()
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java255 final List<SimContact> contacts = sim.getContacts(); in getContactsForSim()
420 return new ArrayList<>(card.getContacts()); in loadContactsForSim()
/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java167 public List<SimContact> getContacts() { in getContacts() method in SimCard
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElement.java120 public List<BluetoothMapConvoContactElement> getContacts() { in getContacts() method in BluetoothMapConvoListingElement