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

  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 291 private Thread timerThread;
296 if (timerThread == null) {
297 timerThread = Thread.currentThread();
313 if (thread == timerThread) {
356 if (thread == timerThread) {
368 if (thread == timerThread) {
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java     [all...]

Completed in 97 milliseconds