Home
last modified time | relevance | path

Searched defs:keyValues (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java59 final HashMap<String,String> keyValues = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local
100 final HashMap<String,String> keyValues = new HashMap<>(); in testFindConstantForKeyValuePairsCombined() local
139 final HashMap<String,String> keyValues = new HashMap<>(); in testFindConstantForKeyValuePairsRegexp() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java378 final LinkedList<String> keyValues = new LinkedList<>(); in decodeHeaderAttributes() local