Searched defs:attributes (Results 1 – 4 of 4) sorted by relevance
155 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_success() local166 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_deviceDirDoesntExists() local172 …private void testBuildRequestString(int expectedParams, Map<String, String> attributes) throws Exc… in testBuildRequestString() argument
258 Map<String, String> attributes = new HashMap<>(); in testSetUp() local
134 Set<String> attributes = new HashSet<String>(); in generateEntryXml() local
167 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()