HomeSort by relevance Sort by last modified time
    Searched refs:RawContactMatchingCandidates (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatchingCandidates.java 31 public class RawContactMatchingCandidates {
37 public RawContactMatchingCandidates(List<MatchScore> mBestMatches) {
42 public RawContactMatchingCandidates() {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 50 import com.android.providers.contacts.aggregation.util.RawContactMatchingCandidates;
114 RawContactMatchingCandidates matchingCandidates = new RawContactMatchingCandidates();
207 * candidates with matching scores > threshold to RawContactMatchingCandidates. Keep doing
208 * this for every raw contact in RawContactMatchingCandidates until is it not changing.
210 private RawContactMatchingCandidates findRawContactMatchingCandidates(SQLiteDatabase db, long
213 final RawContactMatchingCandidates matchingCandidates = new RawContactMatchingCandidates(
314 long currentContactContentsCount, RawContactMatchingCandidates matchingCandidates) {
    [all...]

Completed in 4647 milliseconds