Searched refs:PARENT_GROUP (Results 1 – 3 of 3) sorted by relevance
48 public static final String PARENT_GROUP = "ParentGroup"; field in NameDebuggee56 ThreadGroup thrdGroupParent = new ThreadGroup(PARENT_GROUP); in run()
47 public static final String PARENT_GROUP = "ParentGroup"; field in ChildrenDebuggee55 ThreadGroup thrdGroupParent = new ThreadGroup(PARENT_GROUP); in run()
92 NameDebuggee.PARENT_GROUP, groupName); in testParent001()