Searched refs:ContactNumber (Results 1 – 2 of 2) sorted by relevance
895 public synchronized ArrayList<ContactNumber> getLooseMatches( in getLooseMatches()902 final ArrayList<ContactNumber> result = new ArrayList<>(); in getLooseMatches()1004 new ContactNumber( in getLooseMatches()1239 public static class ContactNumber { class in DialerDatabaseHelper1249 public ContactNumber( in ContactNumber() method in DialerDatabaseHelper.ContactNumber1277 if (object instanceof ContactNumber) { in equals()1278 final ContactNumber that = (ContactNumber) object; in equals()
27 import com.android.dialer.database.DialerDatabaseHelper.ContactNumber;88 final ArrayList<ContactNumber> allMatches = in loadInBackground()98 for (ContactNumber contact : allMatches) { in loadInBackground()