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

  /dalvik/tests/068-classloader/src-ex/
DoubledExtend.java 6 public class DoubledExtend extends Base {
7 public DoubledExtend() {
12 public DoubledExtend getExtended() {
14 return new DoubledExtend();
18 return "DoubledExtend 2";
  /dalvik/tests/068-classloader/src/
DoubledExtend.java 6 public class DoubledExtend extends Base {
7 public DoubledExtend() {
12 public DoubledExtend getExtended() {
14 return new DoubledExtend();
18 return "DoubledExtend 1";
Base.java 9 public DoubledExtend getExtended() {
10 return new DoubledExtend();
13 public static String doStuff(DoubledExtend dt) {
Main.java 141 /* get the "alternate" version of DoubledExtend */
143 doubledExtendClass = loader.loadClass("DoubledExtend");
144 //System.out.println("+++ DoubledExtend is " + doubledExtendClass
167 DoubledExtend de = baseRef.getExtended();

Completed in 42 milliseconds