Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java76 private static final ArrayMap<String, ArrayMap<String, String>> sCanonicalPhoneNumberCache = field in PhoneUtils
719 ArrayMap<String, String> countryMap = sCanonicalPhoneNumberCache.get(country); in getOrAddCountryMapInCacheLocked()
722 sCanonicalPhoneNumberCache.put(country, countryMap); in getOrAddCountryMapInCacheLocked()
729 synchronized (sCanonicalPhoneNumberCache) { in getCanonicalFromCache()
738 synchronized (sCanonicalPhoneNumberCache) { in putCanonicalToCache()