Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java38 final HashMap<String,String> emptyKeyValue = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local
42 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, nullArray)); in testFindConstantForKeyValuePairsSimple()
47 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray)); in testFindConstantForKeyValuePairsSimple()
77 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, array)); in testFindConstantForKeyValuePairsSimple()