Searched refs:KEY_TO_CHAR_MAPS (Results 1 – 1 of 1) sorted by relevance
119 private static final SimpleArrayMap<String, String[]> KEY_TO_CHAR_MAPS = new SimpleArrayMap<>(); field in DialpadCharMappings126 KEY_TO_CHAR_MAPS.put("bul", Bul.KEY_TO_CHARS);127 KEY_TO_CHAR_MAPS.put("rus", Rus.KEY_TO_CHARS);128 KEY_TO_CHAR_MAPS.put("ukr", Ukr.KEY_TO_CHARS);166 return KEY_TO_CHAR_MAPS.get(LocaleUtils.getLocale(context).getISO3Language()); in getKeyToCharsMap()