HomeSort by relevance Sort by last modified time
    Searched refs:newThreadGroupThreadSet (Results 1 - 3 of 3) sorted by null

  /external/vogar/src/vogar/android/
AndroidProfiler.java 29 private final Method newThreadGroupThreadSet;
44 newThreadGroupThreadSet = SamplingProfiler.getMethod("newThreadGroupThreadSet",
64 threadSet = newThreadGroupThreadSet.invoke(null, t.getThreadGroup());
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 109 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupThreadSet(group);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 150 * #newThreadGroupThreadSet newThreadGroupThreadSet}. For a
191 * calculated set, such as {@link #newThreadGroupThreadSet}, which has
221 public static ThreadSet newThreadGroupThreadSet(ThreadGroup threadGroup) {

Completed in 195 milliseconds