Searched refs:timeoutMilliseconds (Results 1 – 2 of 2) sorted by relevance
87 public boolean collectLogs(long timeoutMilliseconds) throws InterruptedException { in collectLogs() argument89 return waitForLogs(timeoutMilliseconds); in collectLogs()113 public boolean waitForLogs(long timeoutMilliseconds) throws InterruptedException { in waitForLogs() argument119 boolean earlyStop = mCountDownLatch.await(timeoutMilliseconds, TimeUnit.MILLISECONDS); in waitForLogs()
1136 private NsdServiceInfo discoverService(String serviceType, int timeoutMilliseconds)1153 serviceInfoFuture.get(timeoutMilliseconds, MILLISECONDS);1180 String serviceType, int timeoutMilliseconds, Predicate<NsdServiceInfo> predicate)1195 return future.get(timeoutMilliseconds, MILLISECONDS);