Home
last modified time | relevance | path

Searched refs:timeoutMilliseconds (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/
DBackgroundLogReceiver.java87 public boolean collectLogs(long timeoutMilliseconds) throws InterruptedException { in collectLogs() argument
89 return waitForLogs(timeoutMilliseconds); in collectLogs()
113 public boolean waitForLogs(long timeoutMilliseconds) throws InterruptedException { in waitForLogs() argument
119 boolean earlyStop = mCountDownLatch.await(timeoutMilliseconds, TimeUnit.MILLISECONDS); in waitForLogs()
/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/
DThreadNetworkControllerTest.java1136 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);