Searched refs:doNotDelete (Results 1 – 1 of 1) sorted by relevance
220 List<File> doNotDelete = new ArrayList<>(); in cleanUp() local222 doNotDelete.add(((IDeviceBuildInfo) info).getTestsDir()); in cleanUp()225 doNotDelete.addAll(helper.getDynamicConfigFiles().values()); in cleanUp()228 info.cleanUp(doNotDelete); in cleanUp()