Home
last modified time | relevance | path

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

/cts/hostsidetests/classloaders/useslibrary/app/src/com/android/cts/useslibrary/
DUsesLibraryTest.java62 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 UsesLibraryTest
119 return getDexFileFromDexElement(dexElements[dexElements.length - 1]); in getTestDexFile()