Searched refs:attributes (Results 1 – 8 of 8) sorted by relevance
155 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_success() local161 testBuildRequestString(16, attributes); in testBuildRequestString_success()166 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_deviceDirDoesntExists() local168 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testBuildRequestString_deviceDirDoesntExists()169 testBuildRequestString(14, attributes); in testBuildRequestString_deviceDirDoesntExists()174 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_noDeviceInfoJSONFileExists() local180 testBuildRequestString(14, attributes); in testBuildRequestString_noDeviceInfoJSONFileExists()183 …private void testBuildRequestString(int expectedParams, Map<String, String> attributes) throws Exc… in testBuildRequestString() argument184 for (String key: attributes.keySet()) { in testBuildRequestString()185 mMockBuildInfo.addBuildAttribute(key, attributes.get(key)); in testBuildRequestString()
265 Map<String, String> attributes = new HashMap<>(); in testSetUp() local266 attributes.put(CompatibilityBuildHelper.SUITE_VERSION, "v1"); in testSetUp()267 EasyMock.expect(mMockBuildInfo.getBuildAttributes()).andStubReturn(attributes); in testSetUp()
167 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement() argument170 String includeString = attributes.getValue(INCLUDE_ATTR); in startElement()171 String excludeString = attributes.getValue(EXCLUDE_ATTR); in startElement()176 String abiString = attributes.getValue(ABI_ATTR); in startElement()177 String nameString = attributes.getValue(NAME_ATTR); in startElement()
134 Set<String> attributes = new HashSet<String>(); in generateEntryXml() local136 attributes.add(String.format(XML_ATTR, filterType, filter)); in generateEntryXml()139 attributes.add(String.format(XML_ATTR, "name", name)); in generateEntryXml()142 attributes.add(String.format(XML_ATTR, "abi", abi)); in generateEntryXml()144 return String.format(XML_ENTRY, String.join(" ", attributes)); in generateEntryXml()
39 // attributes of Result tag48 // attributes of Build tag53 // attributes of Summary tag
71 status, attributes = self.omxstore.listServiceAttributes()100 for attr in attributes:335 attributes = node['attributes']353 for attr in attributes:
40 [16] .ARM.attributes ARM_ATTRIBUTES 00000000 00201c 00004a 00 0 0 1
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...