Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java130 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH); in test_destroy()
348 buildRandomTreeUnder(testRoot, DEPTH); in test_parentOfLjava_lang_ThreadGroup()
729 private static Vector<ThreadGroup> buildRandomTreeUnder(ThreadGroup aGroup, int depth) { in buildRandomTreeUnder() method in ThreadGroupTest