Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java155 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_success() local
166 Map<String, String> attributes = new HashMap<>(); in testBuildRequestString_deviceDirDoesntExists() local
172 …private void testBuildRequestString(int expectedParams, Map<String, String> attributes) throws Exc… in testBuildRequestString() argument
DDynamicConfigPusherTest.java258 Map<String, String> attributes = new HashMap<>(); in testSetUp() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java134 Set<String> attributes = new HashSet<String>(); in generateEntryXml() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java167 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()