HomeSort by relevance Sort by last modified time
    Searched defs:threadHistory (Results 1 - 2 of 2) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 257 private final List<ThreadEvent> threadHistory = new ArrayList<ThreadEvent>();
327 return Collections.unmodifiableList(threadHistory);
374 threadHistory.add(event);
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 221 List<ThreadEvent> threadHistory = hprofData.getThreadHistory();
222 assertNotNull(threadHistory);
225 for (ThreadEvent event : threadHistory) {

Completed in 428 milliseconds