Searched defs:seconds (Results 1 – 5 of 5) sorted by relevance
173 public boolean await(int seconds) throws InterruptedException { in await()
133 private void waitForDevice(int seconds) throws Exception { in waitForDevice()
256 long seconds = Duration.between(startTime, Instant.now()).toMillis() / 1000; in await() local
381 final int seconds = 1; in testVisualizerCapture_CVE_2017_0396() local
227 public void writeSeconds(double seconds) throws InterruptedException { in writeSeconds()