Home
last modified time | relevance | path

Searched refs:anyKeyValue (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java35 final HashMap<String,String> anyKeyValue = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local
36 anyKeyValue.put("anyKey", "anyValue"); in testFindConstantForKeyValuePairsSimple()
41 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, nullArray)); in testFindConstantForKeyValuePairsSimple()
46 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()