Searched refs:sLocaleInstanceCache (Results 1 – 2 of 2) sorted by relevance
255 private static final HashMap<Locale, DigitsKeyListener[]> sLocaleInstanceCache = field in DigitsKeyListener268 DigitsKeyListener[] cachedValue = sLocaleInstanceCache.get(locale); in getInstance()274 sLocaleInstanceCache.put(locale, cachedValue); in getInstance()
70383 Landroid/text/method/DigitsKeyListener;->sLocaleInstanceCache:Ljava/util/HashMap;