Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java42 DexFile dexFile = getDexFileFromDexElement(dexElement); in testUsesLibrary()
54 DexFile dexFile = getDexFileFromDexElement(dexElements[1]); in testMissingLibrary()
60 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()
71 DexFile libDexFile = getDexFileFromDexElement(dexElements[0]); in testDuplicateLibrary()
73 DexFile apkDexFile = getDexFileFromDexElement(dexElements[1]); in testDuplicateLibrary()
80 DexFile testDexFile = getDexFileFromDexElement(testDexElements[2]); in testDuplicateLibrary()
97 private DexFile getDexFileFromDexElement(Object dexElement) throws Exception { in getDexFileFromDexElement() method in UsesLibraryTest