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

  /art/test/047-returns/src/
Main.java 25 System.out.println(((CommonInterface)pickOne(1)).doStuff());
29 System.out.println(((CommonInterface)pickOne(2)).doStuff());
51 class ClassOne implements CommonInterface, Runnable {
61 class ClassTwo implements CommonInterface, Runnable {
77 interface CommonInterface {
  /dalvik/tests/047-returns/src/
Main.java 11 System.out.println(((CommonInterface)pickOne(1)).doStuff());
15 System.out.println(((CommonInterface)pickOne(2)).doStuff());
37 class ClassOne implements CommonInterface, Runnable {
47 class ClassTwo implements CommonInterface, Runnable {
63 interface CommonInterface {

Completed in 144 milliseconds