Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DContextHubTransactionManager.java426 long timeoutSeconds = transaction.getTimeout(TimeUnit.SECONDS);
427 mTimeoutFuture = mTimeoutExecutor.schedule(onTimeoutFunc, timeoutSeconds,
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java723 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { in waitUntil() argument
724 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L); in waitUntil()
1161 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { in retryUntil() argument
1162 final long timeOut = System.currentTimeMillis() + timeoutSeconds * 1000; in retryUntil()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2231 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument
2232 return mWifiVendorHal.enableRttResponder(timeoutSeconds); in enableRttResponder()
DWifiVendorHal.java1619 public ResponderConfig enableRttResponder(int timeoutSeconds) { in enableRttResponder() argument
1634 timeoutSeconds, info); in enableRttResponder()