Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java69 private static final ArrayMap<String, String> sNormalizedPhoneNumberToParticipantIdCache = field in BugleDatabaseOperations
901 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in clearParticipantIdCache()
902 sNormalizedPhoneNumberToParticipantIdCache.clear(); in clearParticipantIdCache()
1663 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getParticipantId()
1664 participantId = sNormalizedPhoneNumberToParticipantIdCache.get(canonicalRecipient); in getParticipantId()
1697 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getParticipantId()
1699 sNormalizedPhoneNumberToParticipantIdCache.put(canonicalRecipient, in getParticipantId()
1767 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getOrCreateParticipantInTransaction()
1769 sNormalizedPhoneNumberToParticipantIdCache.put(canonicalRecipient, participantId); in getOrCreateParticipantInTransaction()