Searched refs:getThreadGroupName (Results 1 – 5 of 5) sorted by relevance
91 + debuggeeWrapper.vmMirror.getThreadGroupName(groupID) in testChildren001()124 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001()
75 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testName001()
87 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testParent001()
85 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testThreadGroup001()
779 public String getThreadGroupName(long groupID) { in getThreadGroupName() method in VmMirror