Home
last modified time | relevance | path

Searched refs:testDexFile (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() local
63 assertTrue(isDexFileBackedByOatFile(testDexFile)); in testMissingLibrary()
91 DexFile testDexFile = getDexFileFromDexElement(testDexElements[1]); in testDuplicateLibrary() local
92 assertTrue(isDexFileBackedByOatFile(testDexFile)); in testDuplicateLibrary()