Searched refs:timeoutSeconds (Results 1 – 4 of 4) sorted by relevance
426 long timeoutSeconds = transaction.getTimeout(TimeUnit.SECONDS);427 mTimeoutFuture = mTimeoutExecutor.schedule(onTimeoutFunc, timeoutSeconds,
723 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { in waitUntil() argument724 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L); in waitUntil()1161 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil() argument1162 final long timeOut = System.currentTimeMillis() + timeoutSeconds * 1000; in retryUntil()
2231 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument2232 return mWifiVendorHal.enableRttResponder(timeoutSeconds); in enableRttResponder()
1619 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument1634 timeoutSeconds, info); in enableRttResponder()