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

/libcore/luni/src/test/java/dalvik/system/
H A DDexClassLoaderTest.java47 ONE_DEX(1), enum constant in enum:DexClassLoaderTest.Configuration
109 case ONE_DEX: file1 = DEX_FILE; file2 = null; break;
274 // ONE_DEX
277 test_init(Configuration.ONE_DEX);
281 test_simpleUse(Configuration.ONE_DEX);
285 test_constructor(Configuration.ONE_DEX);
289 test_callStaticMethod(Configuration.ONE_DEX);
293 test_getStaticVariable(Configuration.ONE_DEX);
297 test_callInstanceMethod(Configuration.ONE_DEX);
301 test_getInstanceVariable(Configuration.ONE_DEX);
[all...]

Completed in 50 milliseconds