Home
last modified time | relevance | path

Searched refs:timeoutSeconds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java721 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { in waitUntil() argument
722 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L); in waitUntil()
1135 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil() argument
1136 final long timeOut = System.currentTimeMillis() + timeoutSeconds * 1000; in retryUntil()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1112 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument
1113 return mWifiVendorHal.enableRttResponder(timeoutSeconds); in enableRttResponder()
DWifiVendorHal.java1378 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument
1393 timeoutSeconds, info); in enableRttResponder()