Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:primaryId

990                 long primaryId   = Long.parseLong(commands[2]); // phones table
1026 if (primaryId == VoiceContact.ID_UNDEFINED) {
1029 } else if (primaryId == homeId) {
1032 } else if (primaryId == mobileId) {
1035 } else if (primaryId == workId) {
1038 } else if (primaryId == otherId) {
1044 Phone.CONTENT_URI, primaryId),