OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testdexelements
(Results
1 - 1
of
1
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
UsesLibraryTest.java
57
Object[]
testDexElements
= getDexElementsFromClassLoader(testLoader);
58
assertTrue(
testDexElements
!= null &&
testDexElements
.length == 1);
60
DexFile testDexFile = getDexFileFromDexElement(
testDexElements
[0]);
77
Object[]
testDexElements
= getDexElementsFromClassLoader(testLoader);
78
assertTrue(
testDexElements
!= null &&
testDexElements
.length == 3);
80
DexFile testDexFile = getDexFileFromDexElement(
testDexElements
[2]);
Completed in 666 milliseconds