Home
last modified time | relevance | path

Searched refs:CALLBACK_TIMEOUT_SEC (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/sessioncontroller/
DSessionControllerUnitTest.java57 private static final int CALLBACK_TIMEOUT_SEC = 10; field in SessionControllerUnitTest
128 boolean gotResponse = mCallback.awaitResponse(CALLBACK_TIMEOUT_SEC); in testRegisterCallback_stateChangeTriggersCallback()
144 boolean gotResponse = mCallback.awaitResponse(CALLBACK_TIMEOUT_SEC); in testGetSessionAnnotation_sessionOnSessionOffSequence()
163 gotResponse = mCallback.awaitResponse(CALLBACK_TIMEOUT_SEC); in testGetSessionAnnotation_sessionOnSessionOffSequence()
/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DCallbackUtils.java52 public static final int CALLBACK_TIMEOUT_SEC = 15; field in CallbackUtils
91 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForAttach()
123 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForMac()
161 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForNetworkCapabilities()
262 finishedNormally = mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in waitForCallbacks()
490 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForRangingResults()