Lines Matching full:contacts
108 List<VoiceContact> contacts = new ArrayList<VoiceContact>();
120 // Table is sorted by number of times contacted and name. If we cannot fit all contacts
166 contacts.add(new VoiceContact(name, personId, primaryId,
231 contacts.add(new VoiceContact(name, personId, primaryId,
238 if (Config.LOGD) Log.d(TAG, "VoiceContact.getVoiceContacts " + contacts.size());
240 return contacts;
251 List<VoiceContact> contacts = new ArrayList<VoiceContact>();
259 contacts.add(new VoiceContact(name, id, ID_UNDEFINED,
274 if (Config.LOGD) Log.d(TAG, "getVoiceContactsFromFile " + contacts.size());
276 return contacts;