HomeSort by relevance Sort by last modified time
    Searched refs:findConstantForKeyValuePairs (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResourceUtilsTests.java 66 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, nullArray));
67 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, nullArray));
68 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, nullArray));
71 assertNull(ResourceUtils.findConstantForKeyValuePairs(anyKeyValue, emptyArray));
72 assertNull(ResourceUtils.findConstantForKeyValuePairs(emptyKeyValue, emptyArray));
73 assertNull(ResourceUtils.findConstantForKeyValuePairs(nullKeyValue, emptyArray));
86 assertEquals("0.3", ResourceUtils.findConstantForKeyValuePairs(keyValues, array));
88 assertEquals("0.4", ResourceUtils.findConstantForKeyValuePairs(keyValues, array));
90 assertEquals("0.2", ResourceUtils.findConstantForKeyValuePairs(keyValues, array));
94 assertNull(ResourceUtils.findConstantForKeyValuePairs(keyValues, array))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ResourceUtils.java 78 final String overrideValue = findConstantForKeyValuePairs(sBuildKeyValues, overrideArray);
141 static String findConstantForKeyValuePairs(final HashMap<String, String> keyValuePairs,

Completed in 62 milliseconds