Searched refs:ID_TO_NAME (Results 1 – 1 of 1) sorted by relevance
38 private static final String[] ID_TO_NAME = { field in KeyboardCodesSet79 for (int i = 0; i < ID_TO_NAME.length; i++) {80 sNameToIdMap.put(ID_TO_NAME[i], i); in sNameToIdMap.put()