Searched refs:getDexFileFromDexElement (Results 1 – 1 of 1) sorted by relevance
62 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()79 DexFile apkDexFile = getDexFileFromDexElement(dexElements[dexElements.length - 1]); in testDuplicateLibrary()91 DexFile testDexFile = getDexFileFromDexElement(testDexElements[1]); in testDuplicateLibrary()108 private DexFile getDexFileFromDexElement(Object dexElement) throws Exception { in getDexFileFromDexElement() method in UsesLibraryTest119 return getDexFileFromDexElement(dexElements[dexElements.length - 1]); in getTestDexFile()