Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java93 final String[] failArray = { in testFindConstantForKeyValuePairsCombined() local
105 assertNull(ResourceUtils.findConstantForKeyValuePairs(keyValues, failArray)); in testFindConstantForKeyValuePairsCombined()
112 assertNull(ResourceUtils.findConstantForKeyValuePairs(keyValues, failArray)); in testFindConstantForKeyValuePairsCombined()
119 assertNull(ResourceUtils.findConstantForKeyValuePairs(keyValues, failArray)); in testFindConstantForKeyValuePairsCombined()
122 assertEquals("0.2", ResourceUtils.findConstantForKeyValuePairs(keyValues, failArray)); in testFindConstantForKeyValuePairsCombined()