Searched refs:apkDexFile (Results 1 – 1 of 1) sorted by relevance
44 DexFile apkDexFile = getTestDexFile((BaseDexClassLoader) loader); in testUsesLibrary() local45 assertTrue(isDexFileBackedByOatFile(apkDexFile)); in testUsesLibrary()56 DexFile apkDexFile = getTestDexFile((BaseDexClassLoader) loader); in testMissingLibrary() local58 PathClassLoader testLoader = new PathClassLoader(apkDexFile.getName(), null); in testMissingLibrary()79 DexFile apkDexFile = getDexFileFromDexElement(dexElements[dexElements.length - 1]); in testDuplicateLibrary() local80 String apkPath = apkDexFile.getName(); in testDuplicateLibrary()