Searched refs:getAllFrom (Results 1 – 2 of 2) sorted by relevance
44 return getAllFrom(Collections.singleton(source)); in getFrom()48 return getAllFrom(new HashSet<JavaSource>(Arrays.asList(source))); in getFrom()51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{ in getAllFrom() method in JavaSourceToDexUtil
42 DexFile dexFile = toDexUtil.getAllFrom(sources); in convert()