Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:VoiceContact

124         List<VoiceContact> contacts = mContactsFile != null ?
125 VoiceContact.getVoiceContactsFromFile(mContactsFile) :
126 VoiceContact.getVoiceContacts(mActivity);
192 private void addNameEntriesToGrammar(List<VoiceContact> contacts)
199 for (VoiceContact contact : contacts) {
1013 VoiceContact.ID_UNDEFINED;
1014 if (spokenPhoneId != VoiceContact.ID_UNDEFINED) {
1026 if (primaryId == VoiceContact.ID_UNDEFINED) {
1070 if (homeId != VoiceContact.ID_UNDEFINED) {
1078 if (mobileId != VoiceContact.ID_UNDEFINED) {
1086 if (workId != VoiceContact.ID_UNDEFINED) {
1094 if (otherId != VoiceContact.ID_UNDEFINED) {
1101 if (fallbackId != VoiceContact.ID_UNDEFINED) {
1125 String number = VoiceContact.redialNumber(mActivity);