Home
last modified time | relevance | path

Searched refs:NameMatchCandidate (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java207 protected static class NameMatchCandidate { class in AbstractContactAggregator
211 public NameMatchCandidate(String name, int nameLookupType) { in NameMatchCandidate() method in AbstractContactAggregator.NameMatchCandidate
222 protected final ArrayList<NameMatchCandidate> mList = new ArrayList<NameMatchCandidate>();
230 mList.add(new NameMatchCandidate(name, nameLookupType)); in add()
232 NameMatchCandidate candidate = mList.get(mCount); in add()
1249 NameMatchCandidate candidate = candidates.mList.get(i); in matchAllCandidates()
H A DContactAggregator.java840 final NameMatchCandidate candidate = candidates.mList.get(i); in lookupApproximateNameMatches()
893 NameMatchCandidate candidate = candidates.mList.get(i); in matchAllCandidates()
H A DContactAggregator2.java710 final NameMatchCandidate candidate = candidates.mList.get(i); in lookupApproximateNameMatches()
769 NameMatchCandidate candidate = candidates.mList.get(i); in matchAllCandidates()