Searched refs:test_callStaticMethod (Results 1 – 2 of 2) sorted by relevance
216 private static void test_callStaticMethod(Configuration config) in test_callStaticMethod() method in DexClassLoaderTest290 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()
93 public static void test_callStaticMethod() { in test_callStaticMethod() method in TestMethods