Lines Matching refs:VoiceContact
125 List<VoiceContact> contacts = mContactsFile != null ?
126 VoiceContact.getVoiceContactsFromFile(mContactsFile) :
127 VoiceContact.getVoiceContacts(mActivity);
188 private void addNameEntriesToGrammar(List<VoiceContact> contacts)
195 for (VoiceContact contact : contacts) {
1002 VoiceContact.ID_UNDEFINED;
1003 if (spokenPhoneId != VoiceContact.ID_UNDEFINED) {
1015 if (phoneId == VoiceContact.ID_UNDEFINED) {
1059 if (homeId != VoiceContact.ID_UNDEFINED) {
1067 if (mobileId != VoiceContact.ID_UNDEFINED) {
1075 if (workId != VoiceContact.ID_UNDEFINED) {
1083 if (otherId != VoiceContact.ID_UNDEFINED) {
1096 if (count == 0 && contactId != VoiceContact.ID_UNDEFINED) {
1117 String number = VoiceContact.redialNumber(mActivity);