Searched refs:timeoutSeconds (Results 1 – 3 of 3) sorted by relevance
717 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { in waitUntil() argument718 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L); in waitUntil()1131 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil() argument1132 final long timeOut = System.currentTimeMillis() + timeoutSeconds * 1000; in retryUntil()
1095 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument1096 return mWifiVendorHal.enableRttResponder(timeoutSeconds); in enableRttResponder()
1337 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument1352 timeoutSeconds, info); in enableRttResponder()