Searched refs:testDexElements (Results 1 – 1 of 1) sorted by relevance
59 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testMissingLibrary() local60 assertTrue(testDexElements != null && testDexElements.length == 1); in testMissingLibrary()62 DexFile testDexFile = getDexFileFromDexElement(testDexElements[0]); in testMissingLibrary()87 Object[] testDexElements = getDexElementsFromClassLoader(testLoader); in testDuplicateLibrary() local88 assertTrue(testDexElements != null); in testDuplicateLibrary()89 assertEquals(Arrays.toString(testDexElements), 2, testDexElements.length); in testDuplicateLibrary()91 DexFile testDexFile = getDexFileFromDexElement(testDexElements[1]); in testDuplicateLibrary()