Home
last modified time | relevance | path

Searched refs:getThreadGroupName (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DChildrenTest.java91 + debuggeeWrapper.vmMirror.getThreadGroupName(groupID) in testChildren001()
124 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001()
DNameTest.java75 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testName001()
DParentTest.java87 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testParent001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroupTest.java85 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testThreadGroup001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java779 public String getThreadGroupName(long groupID) { in getThreadGroupName() method in VmMirror