Searched refs:exitWithTimeout (Results 1 – 3 of 3) sorted by relevance
420 exitWithTimeout(-1l); in exit()423 public void exitWithTimeout(long timeoutMs) { in exitWithTimeout() method in Processor
114 mProcessor.exitWithTimeout(PROCESSOR_TERMINATION_TIMEOUT_MS); in onPause()
163 () -> test.exitWithTimeout(Duration.ofSeconds(20).toMillis()))); in endTests()