D | TestObjectIdWithPolymorphic.java | 65 public static abstract class Activity extends Base811 { class in TestObjectIdWithPolymorphic 66 protected Activity parent; 67 public Activity(Process owner, Activity parent) { in Activity() method in TestObjectIdWithPolymorphic.Activity 71 protected Activity() { in Activity() method in TestObjectIdWithPolymorphic.Activity 76 public static class Scope extends Activity { 78 public Scope(Process owner, Activity parent) { in Scope() 97 public Catch(Process owner, Activity parent) { in Catch()
|