Searched refs:lookupStr (Results 1 – 1 of 1) sorted by relevance
46 String lookupStr = locale.toString(); in getUserHistoryDictionary() local48 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()