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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ThreadInterruptTest.java 126 final Thread toInterrupt = Thread.currentThread();
131 toInterrupt.interrupt();
  /libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java 194 final Thread toInterrupt = Thread.currentThread();
201 toInterrupt.interrupt();

Completed in 92 milliseconds