Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/dalvik/system/
DDexClassLoaderTest.java216 private static void test_callStaticMethod(Configuration config) in test_callStaticMethod() method in DexClassLoaderTest
290 test_callStaticMethod(Configuration.ONE_JAR); in test_oneJar_callStaticMethod()
320 test_callStaticMethod(Configuration.ONE_DEX); in test_oneDex_callStaticMethod()
350 test_callStaticMethod(Configuration.TWO_JAR); in test_twoJar_callStaticMethod()
402 test_callStaticMethod(Configuration.TWO_DEX); in test_twoDex_callStaticMethod()
/libcore/luni/src/test/etc/loading-test-jar/
DTestMethods.java93 public static void test_callStaticMethod() { in test_callStaticMethod() method in TestMethods