Searched refs:cancelLater (Results 1 – 2 of 2) sorted by relevance
182 private fun cancelLater(cause: Throwable): Boolean { in <lambda>() method204 if (cancelLater(cause)) return in <lambda>()
1600 cancelLater(call, cancelDelayMillis); in cancelDuringConnect()2228 private void cancelLater(final Call call, final long delay) { in cancelLater() method in CallTest