Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java84 final String MANUFACTURER_KEY = "MANUFACTURER"; in testFindConstantForKeyValuePairsCombined() local
103 keyValues.put(MANUFACTURER_KEY, "asus"); in testFindConstantForKeyValuePairsCombined()
110 keyValues.put(MANUFACTURER_KEY, "LGE"); in testFindConstantForKeyValuePairsCombined()
117 keyValues.put(MANUFACTURER_KEY, "samsung"); in testFindConstantForKeyValuePairsCombined()
129 final String MANUFACTURER_KEY = "MANUFACTURER"; in testFindConstantForKeyValuePairsRegexp() local
142 keyValues.put(MANUFACTURER_KEY, "asus"); in testFindConstantForKeyValuePairsRegexp()
150 keyValues.put(MANUFACTURER_KEY, "LGE"); in testFindConstantForKeyValuePairsRegexp()
158 keyValues.put(MANUFACTURER_KEY, "samsung"); in testFindConstantForKeyValuePairsRegexp()