Home
last modified time | relevance | path

Searched defs:threadSet (Results 1 – 2 of 2) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
DSamplingProfiler.java91 private final ThreadSet threadSet; field in SamplingProfiler
155 public SamplingProfiler(int depth, ThreadSet threadSet) { in SamplingProfiler()
/libcore/dalvik/src/test/java/dalvik/system/profiler/
DSamplingProfilerTest.java52 ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread()); in test_SamplingProfiler() local