Searched refs:canonicalRecipient (Results 1 – 1 of 1) sorted by relevance
1660 final int subId, final String canonicalRecipient) { in getParticipantId() argument1664 participantId = sNormalizedPhoneNumberToParticipantIdCache.get(canonicalRecipient); in getParticipantId()1686 new String[] {canonicalRecipient, Integer.toString(subId)}, in getParticipantId()1699 sNormalizedPhoneNumberToParticipantIdCache.put(canonicalRecipient, in getParticipantId()1741 String canonicalRecipient = null; in getOrCreateParticipantInTransaction() local1744 canonicalRecipient = getCanonicalRecipientFromSubId(subId); in getOrCreateParticipantInTransaction()1746 canonicalRecipient = participant.getNormalizedDestination(); in getOrCreateParticipantInTransaction()1748 Assert.notNull(canonicalRecipient); in getOrCreateParticipantInTransaction()1749 participantId = getParticipantId(dbWrapper, subId, canonicalRecipient); in getOrCreateParticipantInTransaction()1765 Assert.notNull(canonicalRecipient); in getOrCreateParticipantInTransaction()[all …]