Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java43 assertTrue(isDexFileBackedByOatFile(dexFile)); in testUsesLibrary()
61 assertTrue(isDexFileBackedByOatFile(testDexFile)); in testMissingLibrary()
81 assertFalse(isDexFileBackedByOatFile(testDexFile)); in testDuplicateLibrary()
103 private boolean isDexFileBackedByOatFile(DexFile dexFile) throws Exception { in isDexFileBackedByOatFile() method in UsesLibraryTest