Searched refs:findByPhoneAndName (Results 1 – 2 of 2) sorted by relevance
234 public static int findByPhoneAndName(List<SimContact> contacts, String phone, String name) { in findByPhoneAndName() method in SimContact
211 final int index = SimContact.findByPhoneAndName(contacts, number, name); in findAccountsOfExistingSimContacts()