Searched defs:test_callInstanceMethod (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/etc/loading-test-jar/
H A DTestMethods.java108 public static void test_callInstanceMethod() { method in class:TestMethods
/libcore/luni/src/test/java/dalvik/system/
H A DDexClassLoaderTest.java197 private static void test_callInstanceMethod(Configuration config) method in class:DexClassLoaderTest
200 config, "test.TestMethods", "test_callInstanceMethod");
267 test_callInstanceMethod(Configuration.ONE_JAR);
297 test_callInstanceMethod(Configuration.ONE_DEX);
327 test_callInstanceMethod(Configuration.TWO_JAR);
379 test_callInstanceMethod(Configuration.TWO_DEX);

Completed in 537 milliseconds