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.java73 private static final ArrayMap<String, ArrayMap<String, String>> sCanonicalPhoneNumberCache = field in PhoneUtils
713 ArrayMap<String, String> countryMap = sCanonicalPhoneNumberCache.get(country); in getOrAddCountryMapInCacheLocked()
716 sCanonicalPhoneNumberCache.put(country, countryMap); in getOrAddCountryMapInCacheLocked()
723 synchronized (sCanonicalPhoneNumberCache) { in getCanonicalFromCache()
732 synchronized (sCanonicalPhoneNumberCache) { in putCanonicalToCache()