Home
last modified time | relevance | path

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

/external/r8/src/test/debugTestResourcesJava8/
DDebugInterfaceMethod.java30 private static void testDefaultMethod(I i) { in testDefaultMethod() method in DebugInterfaceMethod
39 testDefaultMethod(new DefaultImpl()); in main()
40 testDefaultMethod(new OverrideImpl()); in main()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method in InvokeMethodDefault002Debuggee.TestClass
DInvokeMethodDefaultDebuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method
/external/r8/src/test/java/com/android/tools/r8/debug/
DInterfaceMethodTest.java17 public void testDefaultMethod() throws Throwable { in testDefaultMethod() method in InterfaceMethodTest