Searched refs:mSubDictMap (Results 1 – 1 of 1) sorted by relevance
145 public final ConcurrentHashMap<String, ExpandableBinaryDictionary> mSubDictMap = field in DictionaryFacilitatorImpl.DictionaryGroup168 mSubDictMap.put(dictType, dict); in setSubDict()189 return mSubDictMap.get(dictType); in getSubDict()203 return mSubDictMap.containsKey(dictType); in hasDict()211 dict = mSubDictMap.remove(dictType); in closeDict()494 for (final ExpandableBinaryDictionary dict : mDictionaryGroup.mSubDictMap.values()) { in waitForLoadingDictionariesForTesting()