Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java192 List<TestConfigObject> myList = new ArrayList<TestConfigObject>(1); in testSetConfigurationObjectList_wrongtype() local
193 myList.add(new TestConfigObject()); in testSetConfigurationObjectList_wrongtype()
195 mConfig.setConfigurationObjectList(Configuration.TEST_TYPE_NAME, myList); in testSetConfigurationObjectList_wrongtype()