Home
last modified time | relevance | path

Searched refs:otherId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceContact.java69 long homeId, long mobileId, long workId, long otherId, long fallbackId) { in VoiceContact() argument
76 mOtherId = otherId; in VoiceContact()
149 long otherId = ID_UNDEFINED; in getVoiceContacts() local
176 homeId, mobileId, workId, otherId, fallbackId)); in getVoiceContacts()
188 otherId = ID_UNDEFINED; in getVoiceContacts()
235 otherId = phoneIdAtCursor; in getVoiceContacts()
251 homeId, mobileId, workId, otherId, fallbackId)); in getVoiceContacts()
DCommandRecognizerEngine.java994 long otherId = Long.parseLong(commands[6]); // phones table in onRecognitionSuccess() local
1012 "O".equalsIgnoreCase(spokenPhoneIdCommand) ? otherId : in onRecognitionSuccess()
1038 } else if (primaryId == otherId) { in onRecognitionSuccess()
1094 if (otherId != VoiceContact.ID_UNDEFINED) { in onRecognitionSuccess()
1096 Phone.CONTENT_URI, otherId), in onRecognitionSuccess()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java525 String otherId = mCallIdMapper.getCallId(otherCall); in toParcelableCall() local
526 if (otherId != null) { in toParcelableCall()
527 conferenceableCallIds.add(otherId); in toParcelableCall()
DConnectionServiceWrapper.java365 for (String otherId : (List<String>) args.arg2) {
366 Call otherCall = mCallIdMapper.getCall(otherId);