Home
last modified time | relevance | path

Searched refs:TWO_DEX (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/dalvik/system/
DDexClassLoaderTest.java71 TWO_DEX(2, DEX_FILE, DEX2_FILE), enumConstant
394 test_simpleUse(Configuration.TWO_DEX); in test_twoDex_simpleUse()
398 test_constructor(Configuration.TWO_DEX); in test_twoDex_constructor()
402 test_callStaticMethod(Configuration.TWO_DEX); in test_twoDex_callStaticMethod()
406 test_getStaticVariable(Configuration.TWO_DEX); in test_twoDex_getStaticVariable()
410 test_callInstanceMethod(Configuration.TWO_DEX); in test_twoDex_callInstanceMethod()
414 test_getInstanceVariable(Configuration.TWO_DEX); in test_twoDex_getInstanceVariable()
418 test_diff_constructor(Configuration.TWO_DEX); in test_twoDex_diff_constructor()
422 test_diff_callStaticMethod(Configuration.TWO_DEX); in test_twoDex_diff_callStaticMethod()
426 test_diff_getStaticVariable(Configuration.TWO_DEX); in test_twoDex_diff_getStaticVariable()
[all …]