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