Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java83 final String MODEL_KEY = "MODEL"; in testFindConstantForKeyValuePairsCombined() local
102 keyValues.put(MODEL_KEY, "Nexus 7"); in testFindConstantForKeyValuePairsCombined()
109 keyValues.put(MODEL_KEY, "Nexus 4"); in testFindConstantForKeyValuePairsCombined()
116 keyValues.put(MODEL_KEY, "Nexus 10"); in testFindConstantForKeyValuePairsCombined()
128 final String MODEL_KEY = "MODEL"; in testFindConstantForKeyValuePairsRegexp() local
141 keyValues.put(MODEL_KEY, "Nexus 7"); in testFindConstantForKeyValuePairsRegexp()
149 keyValues.put(MODEL_KEY, "Nexus 4"); in testFindConstantForKeyValuePairsRegexp()
157 keyValues.put(MODEL_KEY, "Nexus 10"); in testFindConstantForKeyValuePairsRegexp()