Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java57 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testMissingLibrary() local
58 assertTrue(testDexElements != null && testDexElements.length == 1); in testMissingLibrary()
60 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()
77 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testDuplicateLibrary() local
78 assertTrue(testDexElements != null && testDexElements.length == 3); in testDuplicateLibrary()
80 DexFile testDexFile = getDexFileFromDexElement(testDexElements[2]); in testDuplicateLibrary()