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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadGroupTest.java25 private ThreadGroup rootThreadGroup; field in class:ThreadGroupTest
32 rootThreadGroup = initialThreadGroup;
33 while (rootThreadGroup.getParent() != null) {
34 rootThreadGroup = rootThreadGroup.getParent();
85 newGroup = new ThreadGroup(rootThreadGroup, "a name here");
87 newGroup.getParent() == rootThreadGroup);
498 ThreadGroup testRoot = new ThreadGroup(rootThreadGroup,
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldThreadGroupTest.java328 ThreadGroup rootThreadGroup = initialThreadGroup;
329 while (rootThreadGroup.getParent() != null) {
330 rootThreadGroup = rootThreadGroup.getParent();

Completed in 80 milliseconds