Home
last modified time | relevance | path

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

/cts/hostsidetests/classloaders/useslibrary/app/src/com/android/cts/useslibrary/
DUsesLibraryTest.java44 DexFile apkDexFile = getTestDexFile((BaseDexClassLoader) loader); in testUsesLibrary() local
45 assertTrue(isDexFileBackedByOatFile(apkDexFile)); in testUsesLibrary()
56 DexFile apkDexFile = getTestDexFile((BaseDexClassLoader) loader); in testMissingLibrary() local
58 PathClassLoader testLoader = new PathClassLoader(apkDexFile.getName(), null); in testMissingLibrary()
79 DexFile apkDexFile = getDexFileFromDexElement(dexElements[dexElements.length - 1]); in testDuplicateLibrary() local
80 String apkPath = apkDexFile.getName(); in testDuplicateLibrary()