Searched refs:rawContacts (Results 1 – 7 of 7) sorted by relevance
82 public List<RawContact> rawContacts; field in AggregationSuggestionEngine.Suggestion86 return "ID: " + contactId + " rawContacts: " + rawContacts + " name: " + name in toString()437 suggestion.rawContacts = Lists.newArrayList(); in getSuggestions()449 suggestion.rawContacts.add(rawContact); in getSuggestions()486 if (suggestion.rawContacts != null) { in containsRawContact()487 int count = suggestion.rawContacts.size(); in containsRawContact()489 if (suggestion.rawContacts.get(i).rawContactId == rawContactId) { in containsRawContact()
86 mRawContacts = suggestion.rawContacts; in bindSuggestion()
1263 ImmutableList<RawContact> rawContacts) { in setStateForExistingContact() argument1267 mState.addAll(rawContacts.iterator()); in setStateForExistingContact()
427 final String rawContacts = TextUtils.join(",", component); in breakComponentsByExceptions() local432 if (isFirstColumnGreaterThanZero(db, buildExceptionMatchingSql(rawContacts, rawContacts, in breakComponentsByExceptions()435 findIdPairs(db, buildExceptionMatchingSql(rawContacts, rawContacts), joinPairs); in breakComponentsByExceptions()
481 /* package */ void setRawContacts(ImmutableList<RawContact> rawContacts) { in setRawContacts() argument482 mRawContacts = rawContacts; in setRawContacts()
898 final ImmutableList<RawContact> rawContacts = contactData.getRawContacts(); in computeFormattedPhoneNumbers() local899 final int rawContactCount = rawContacts.size(); in computeFormattedPhoneNumbers()901 final RawContact rawContact = rawContacts.get(rawContactIndex); in computeFormattedPhoneNumbers()
590 final String accountName = suggestion.rawContacts.get(0).accountName; in inflateSuggestionListView()