Searched refs:testDexElements (Results 1 – 1 of 1) sorted by relevance
57 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testMissingLibrary() local58 assertTrue(testDexElements != null && testDexElements.length == 1); in testMissingLibrary()60 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()77 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testDuplicateLibrary() local78 assertTrue(testDexElements != null && testDexElements.length == 3); in testDuplicateLibrary()80 DexFile testDexFile = getDexFileFromDexElement(testDexElements[2]); in testDuplicateLibrary()