Searched refs:END (Results 1 - 3 of 3) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DHprofData.java43 public static enum ThreadEventType { START, END }; enum constant in enum:HprofData.ThreadEventType
66 return new ThreadEvent(ThreadEventType.END, threadId);
83 this.type = ThreadEventType.END;
128 case END:
129 return String.format("THREAD END (id = %d)", threadId);
360 case END:
368 if (old != null && old.type == ThreadEventType.END) {
H A DBinaryHprofWriter.java103 case END:
/libcore/dalvik/src/test/java/dalvik/system/profiler/
H A DSamplingProfilerTest.java234 case END:

Completed in 26 milliseconds