Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DSimContact.java234 public static int findByPhoneAndName(List<SimContact> contacts, String phone, String name) { in findByPhoneAndName() method in SimContact
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java211 final int index = SimContact.findByPhoneAndName(contacts, number, name); in findAccountsOfExistingSimContacts()