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
896 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in clearParticipantIdCache()
897 sNormalizedPhoneNumberToParticipantIdCache.clear(); in clearParticipantIdCache()
1658 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getParticipantId()
1659 participantId = sNormalizedPhoneNumberToParticipantIdCache.get(canonicalRecipient); in getParticipantId()
1692 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getParticipantId()
1694 sNormalizedPhoneNumberToParticipantIdCache.put(canonicalRecipient, in getParticipantId()
1762 synchronized (sNormalizedPhoneNumberToParticipantIdCache) { in getOrCreateParticipantInTransaction()
1764 sNormalizedPhoneNumberToParticipantIdCache.put(canonicalRecipient, participantId); in getOrCreateParticipantInTransaction()