Searched refs:mobileId (Results 1 – 2 of 2) sorted by relevance
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceContact.java | 69 long homeId, long mobileId, long workId, long otherId, long fallbackId) { in VoiceContact() argument 74 mMobileId = mobileId; in VoiceContact() 147 long mobileId = ID_UNDEFINED; in getVoiceContacts() local 176 homeId, mobileId, workId, otherId, fallbackId)); in getVoiceContacts() 186 mobileId = ID_UNDEFINED; in getVoiceContacts() 221 mobileId = phoneIdAtCursor; in getVoiceContacts() 251 homeId, mobileId, workId, otherId, fallbackId)); in getVoiceContacts()
|
D | CommandRecognizerEngine.java | 992 long mobileId = Long.parseLong(commands[4]); // phones table in onRecognitionSuccess() local 1010 "M".equalsIgnoreCase(spokenPhoneIdCommand) ? mobileId : in onRecognitionSuccess() 1032 } else if (primaryId == mobileId) { in onRecognitionSuccess() 1078 if (mobileId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess() 1080 Phone.CONTENT_URI, mobileId), in onRecognitionSuccess()
|