Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DPersonalizationHelper.java46 String lookupStr = locale.toString(); in getUserHistoryDictionary() local
48 lookupStr += "." + accountName; in getUserHistoryDictionary()
51 if (sLangUserHistoryDictCache.containsKey(lookupStr)) { in getUserHistoryDictionary()
53 sLangUserHistoryDictCache.get(lookupStr); in getUserHistoryDictionary()
57 Log.d(TAG, "Use cached UserHistoryDictionary with lookup: " + lookupStr); in getUserHistoryDictionary()
65 sLangUserHistoryDictCache.put(lookupStr, new SoftReference<>(dict)); in getUserHistoryDictionary()