Searched refs:ID_UNDEFINED (Results 1 – 2 of 2) sorted by relevance
43 public static final long ID_UNDEFINED = -1; field in VoiceContact144 long personId = ID_UNDEFINED; in getVoiceContacts()145 long primaryId = ID_UNDEFINED; in getVoiceContacts()146 long homeId = ID_UNDEFINED; in getVoiceContacts()147 long mobileId = ID_UNDEFINED; in getVoiceContacts()148 long workId = ID_UNDEFINED; in getVoiceContacts()149 long otherId = ID_UNDEFINED; in getVoiceContacts()150 long fallbackId = ID_UNDEFINED; in getVoiceContacts()184 primaryId = ID_UNDEFINED; in getVoiceContacts()185 homeId = ID_UNDEFINED; in getVoiceContacts()[all …]
1013 VoiceContact.ID_UNDEFINED; in onRecognitionSuccess()1014 if (spokenPhoneId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1026 if (primaryId == VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1070 if (homeId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1078 if (mobileId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1086 if (workId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1094 if (otherId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()1101 if (fallbackId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()