Searched refs:rootThreadGroup (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadGroupTest.java63 private ThreadGroup rootThreadGroup = null; field in class:ThreadGroupTest
831 rootThreadGroup = initialThreadGroup;
832 while (rootThreadGroup.getParent() != null) {
833 rootThreadGroup = rootThreadGroup.getParent();
1107 return rootThreadGroup;

Completed in 7200 milliseconds