Home
last modified time | relevance | path

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

/art/test/925-threadgroups/src/art/
DTest925.java80 Object[] threadGroupInfo = getThreadGroupInfo(tg); in printThreadGroupInfo()
161 private static native Object[] getThreadGroupInfo(ThreadGroup tg); in getThreadGroupInfo() method in Test925