Searched defs:rawContacts (Results 1 – 4 of 4) sorted by relevance
79 public List<RawContact> rawContacts; field in AggregationSuggestionEngine.Suggestion
589 ImmutableList<RawContact> rawContacts) { in bindEditorsForExistingContact()
481 /* package */ void setRawContacts(ImmutableList<RawContact> rawContacts) { in setRawContacts()
828 final ImmutableList<RawContact> rawContacts = contactData.getRawContacts(); in computeFormattedPhoneNumbers() local