Searched refs:getEventually (Results 1 – 1 of 1) sorted by relevance
318 public static <T> T getEventually(@NonNull Callable<T> c) throws Exception { in getEventually() method in SystemUtil319 return getEventually(c, TIMEOUT_MILLIS); in getEventually()331 public static <T> T getEventually(@NonNull Callable<T> c, long timeoutMillis) throws Exception { in getEventually() method in SystemUtil