Searched refs:myList (Results 1 – 1 of 1) sorted by relevance
191 List<TestConfigObject> myList = new ArrayList<TestConfigObject>(1); in testSetConfigurationObjectList_wrongtype() local192 myList.add(new TestConfigObject()); in testSetConfigurationObjectList_wrongtype()194 mConfig.setConfigurationObjectList(Configuration.TEST_TYPE_NAME, myList); in testSetConfigurationObjectList_wrongtype()