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.java130 String foundValue = null; in findConstantForKeyValuePairs() local
145 if (foundValue == null) { in findConstantForKeyValuePairs()
146 foundValue = conditionConstant.substring(posComma + 1); in findConstantForKeyValuePairs()
154 return foundValue; in findConstantForKeyValuePairs()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpec.java319 boolean foundValue = false; in getIntValue()
328 if (!foundValue) { in getIntValue()
330 foundValue = true; in getIntValue()