Home
last modified time | relevance | path

Searched refs:getAllFrom (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/test/dex/reader/util/
DJavaSourceToDexUtil.java44 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