Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java60 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary() local
61 assertTrue(isDexFileBackedByOatFile(testDexFile)); in testMissingLibrary()
80 DexFile testDexFile = getDexFileFromDexElement(testDexElements[2]); in testDuplicateLibrary() local
81 assertFalse(isDexFileBackedByOatFile(testDexFile)); in testDuplicateLibrary()