Searched refs:keyValues (Results 1 – 6 of 6) sorted by relevance
51 final HashMap<String,String> keyValues = new HashMap<>(); in testFindConstantForKeyValuePairsSimple() local52 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 …]
378 final LinkedList<String> keyValues = new LinkedList<>(); in decodeHeaderAttributes() local382 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()
68 Map<String, String> keyValues = new ArrayMap<String, String>(); in parseSmsBody() local75 keyValues.put(keyValue[0].trim(), keyValue[1].trim()); in parseSmsBody()78 return keyValues; in parseSmsBody()
47 WrappedMessageData(String prefix, Map<String, String> keyValues) { in WrappedMessageData() argument50 mFields.putAll(keyValues); in WrappedMessageData()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...