Searched refs:getAllFrom (Results 1 – 1 of 1) 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