Home
last modified time | relevance | path

Searched refs:PARENT_GROUP (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DNameDebuggee.java48 public static final String PARENT_GROUP = "ParentGroup"; field in NameDebuggee
56 ThreadGroup thrdGroupParent = new ThreadGroup(PARENT_GROUP); in run()
DChildrenDebuggee.java47 public static final String PARENT_GROUP = "ParentGroup"; field in ChildrenDebuggee
55 ThreadGroup thrdGroupParent = new ThreadGroup(PARENT_GROUP); in run()
DParentTest.java92 NameDebuggee.PARENT_GROUP, groupName); in testParent001()