Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DResourceUtils.java129 String foundValue = null; in findConstantForKeyValuePairs() local
144 if (foundValue == null) { in findConstantForKeyValuePairs()
145 foundValue = conditionConstant.substring(posComma + 1); in findConstantForKeyValuePairs()
153 return foundValue; in findConstantForKeyValuePairs()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java268 boolean foundValue = false; in getIntValue()
277 if (!foundValue) { in getIntValue()
279 foundValue = true; in getIntValue()