Searched defs:getKeyboardLayoutSetName (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DSubtypeLocaleUtils.java239 return getSubtypeLocale(subtype) + "/" + getKeyboardLayoutSetName(subtype);
278 final String layoutName = getKeyboardLayoutSetName(subtype);
286 public static String getKeyboardLayoutSetName(final InputMethodSubtype subtype) { method in class:SubtypeLocaleUtils

Completed in 26 milliseconds