HomeSort by relevance Sort by last modified time
    Searched defs:sInstanceCache (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 97 instance = sInstanceCache.get(locale);
100 sInstanceCache.put(locale, instance);
127 private static final HashMap<Locale, DateKeyListener> sInstanceCache = new HashMap<>();
DateTimeKeyListener.java 109 instance = sInstanceCache.get(locale);
112 sInstanceCache.put(locale, instance);
138 private static final HashMap<Locale, DateTimeKeyListener> sInstanceCache = new HashMap<>();
TimeKeyListener.java 109 instance = sInstanceCache.get(locale);
112 sInstanceCache.put(locale, instance);
138 private static final HashMap<Locale, TimeKeyListener> sInstanceCache = new HashMap<>();

Completed in 93 milliseconds