Searched refs:timeoutSeconds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java713 public static void waitUntil(String message, BooleanSupplier condition, int timeoutSeconds) { argument
714 final long timeout = System.currentTimeMillis() + (timeoutSeconds * 1000L);
1060 public static void retryUntil(BooleanSupplier checker, String message, long timeoutSeconds) { argument
1061 final long timeOut = System.currentTimeMillis() + timeoutSeconds * 1000;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2235 int timeoutSeconds, WifiChannelInfo channelHint);
2241 public ResponderConfig enableRttResponder(int timeoutSeconds) { argument
2250 sWlan0Index, id, timeoutSeconds, null);
2234 enableRttResponderNative(int iface, int commandId, int timeoutSeconds, WifiChannelInfo channelHint) argument

Completed in 157 milliseconds