HomeSort by relevance Sort by last modified time
    Searched refs:Iface3 (Results 1 - 7 of 7) sorted by null

  /art/test/967-default-ame/src/
Iface3.java 17 public interface Iface3 {
Main.java 16 class Main implements Iface, Iface2, Iface3 {
  /art/test/969-iface-super/src/
Iface3.java 16 public interface Iface3 extends Iface { }
E.java 16 public class E implements Iface3 {
18 return Iface3.super.SayHi() + " there!";
  /art/test/967-default-ame/src2/
Iface3.java 16 public interface Iface3 {
  /art/test/921-hello-failure/src/
Iface3.java 17 interface Iface3 {
  /libcore/benchmarks/src/benchmarks/
InvokeInterface.java 492 public void doCall3Interface(Iface3 i) { i.callIface3(); }
560 static class MultiClass implements Iface0, Iface1, Iface2, Iface3, Iface4,
579 static interface Iface3 { default void callIface3() {} }

Completed in 1198 milliseconds