Home
last modified time | relevance | path

Searched refs:getAllFrom (Results 1 – 2 of 2) 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
/cts/tools/signature-tools/test/signature/converter/dex/
DDexTestConverter.java42 DexFile dexFile = toDexUtil.getAllFrom(sources); in convert()