Searched refs:ONE_JAR (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/dalvik/system/
H A DDexClassLoaderTest.java50 ONE_JAR(1), enum constant in enum:DexClassLoaderTest.Configuration
110 case ONE_JAR: file1 = JAR_FILE; file2 = null; break;
244 // ONE_JAR
247 test_init(Configuration.ONE_JAR);
251 test_simpleUse(Configuration.ONE_JAR);
255 test_constructor(Configuration.ONE_JAR);
259 test_callStaticMethod(Configuration.ONE_JAR);
263 test_getStaticVariable(Configuration.ONE_JAR);
267 test_callInstanceMethod(Configuration.ONE_JAR);
271 test_getInstanceVariable(Configuration.ONE_JAR);
[all...]

Completed in 44 milliseconds