Searched defs:seconds (Results 1 – 4 of 4) sorted by relevance
132 private void waitForDevice(int seconds) throws Exception { in waitForDevice()
244 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()