Home
last modified time | relevance | path

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

/packages/modules/Uwb/ranging/tests/multidevices/snippet/bluetooth/
DBluetoothGattMultiDevicesClient.java54 private static final int CALLBACK_TIMEOUT_SEC = 5; field in BluetoothGattMultiDevicesClient
107 timeout = !serverFoundBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()
124 timeout = !mConnectionBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()
140 mServicesDiscovered.await(CALLBACK_TIMEOUT_SEC, SECONDS); in containsService()
160 timeout = !mConnectionBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in disconnect()
201 timeout = !bondingBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in createBondOob()
DBluetoothGattMultiDevicesServer.java48 private static final int CALLBACK_TIMEOUT_SEC = 1; field in BluetoothGattMultiDevicesServer
147 timeout = !oobLatch.await(CALLBACK_TIMEOUT_SEC, SECONDS); in generateLocalOObData()
/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()
/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()