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

  /external/guava/src/com/google/common/util/concurrent/
UncheckedTimeoutException.java 25 public class UncheckedTimeoutException extends RuntimeException {
26 public UncheckedTimeoutException() {}
28 public UncheckedTimeoutException(String message) {
32 public UncheckedTimeoutException(Throwable cause) {
36 public UncheckedTimeoutException(String message, Throwable cause) {
SimpleTimeLimiter.java 137 throw new UncheckedTimeoutException(e);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 131 milliseconds