Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DResourceUtilsTests.java51 final HashMap<String,String> keyValues = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local
52 keyValues.put(HARDWARE_KEY, "grouper"); in testFindConstantForKeyValuePairsSimple()
53 assertEquals("0.3", ResourceUtils.findConstantForKeyValuePairs(keyValues, array)); in testFindConstantForKeyValuePairsSimple()
54 keyValues.put(HARDWARE_KEY, "mako"); in testFindConstantForKeyValuePairsSimple()
55 assertEquals("0.4", ResourceUtils.findConstantForKeyValuePairs(keyValues, array)); in testFindConstantForKeyValuePairsSimple()
56 keyValues.put(HARDWARE_KEY, "manta"); in testFindConstantForKeyValuePairsSimple()
57 assertEquals("0.2", ResourceUtils.findConstantForKeyValuePairs(keyValues, array)); in testFindConstantForKeyValuePairsSimple()
59 keyValues.clear(); in testFindConstantForKeyValuePairsSimple()
60 keyValues.put("hardware", "grouper"); in testFindConstantForKeyValuePairsSimple()
61 assertNull(ResourceUtils.findConstantForKeyValuePairs(keyValues, array)); in testFindConstantForKeyValuePairsSimple()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java378 final LinkedList<String> keyValues = new LinkedList<>(); in decodeHeaderAttributes() local
382 keyValues.add(sb.toString()); in decodeHeaderAttributes()
395 if ((keyValues.size() & 1) != 0) { in decodeHeaderAttributes()
399 for (int i = 0; i < keyValues.size(); i += 2) { in decodeHeaderAttributes()
400 attributes.put(keyValues.get(i), keyValues.get(i + 1)); in decodeHeaderAttributes()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
DOmtpSmsParser.java68 Map<String, String> keyValues = new ArrayMap<String, String>(); in parseSmsBody() local
75 keyValues.put(keyValue[0].trim(), keyValue[1].trim()); in parseSmsBody()
78 return keyValues; in parseSmsBody()
DWrappedMessageData.java47 WrappedMessageData(String prefix, Map<String, String> keyValues) { in WrappedMessageData() argument
50 mFields.putAll(keyValues); in WrappedMessageData()
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...