Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java1660 final int subId, final String canonicalRecipient) { in getParticipantId() argument
1664 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() local
1744 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 …]