Searched refs:sLocaleAndExtraValueToKeyboardLayoutSetMap (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtils.java71 private static final HashMap<String, String> sLocaleAndExtraValueToKeyboardLayoutSetMap = field in class:SubtypeLocaleUtils
122 sLocaleAndExtraValueToKeyboardLayoutSetMap.put(key, keyboardLayoutSet);
277 // layout set in sLocaleAndExtraValueToKeyboardLayoutSetMap to keep it compatible with
280 keyboardLayoutSet = sLocaleAndExtraValueToKeyboardLayoutSetMap.get(key);

Completed in 8 milliseconds