Home
last modified time | relevance | path

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

/cts/tests/tests/companion/multidevice/client/src/android/companion/cts/multidevice/
DCallbackUtils.kt31 private const val CALLBACK_TIMEOUT_SEC = 30L constant
58 if (!pending.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForPendingIntent()
70 if (!created.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForAssociation()
97 if (!completed.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForCompletion()
/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesClient.java49 private static final int CALLBACK_TIMEOUT_SEC = 60; field in BluetoothGattMultiDevicesClient
97 timeout = !serverFoundBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()
113 timeout = !mConnectionBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()
130 mServicesDiscovered.await(CALLBACK_TIMEOUT_SEC, SECONDS); in containsService()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DCallbackUtils.java46 public static final int CALLBACK_TIMEOUT_SEC = 15; field in CallbackUtils
81 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForAttach()
114 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForMac()
152 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForNetworkCapabilities()
241 finishedNormally = mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS); in waitForCallbacks()
408 if (mBlocker.await(CALLBACK_TIMEOUT_SEC, TimeUnit.SECONDS)) { in waitForRangingResults()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DDataPathInBandTestCase.java19 import static com.android.cts.verifier.wifiaware.CallbackUtils.CALLBACK_TIMEOUT_SEC;
213 mCm.requestNetwork(nr, mNetworkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestSubscriber()
450 mCm.requestNetwork(nr, mNetworkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestPublisher()
504 mClientServerThread.join(CALLBACK_TIMEOUT_SEC * 1000); in executeTestPublisher()
DDataPathOutOfBandTestCase.java19 import static com.android.cts.verifier.wifiaware.CallbackUtils.CALLBACK_TIMEOUT_SEC;
287 cm.requestNetwork(nr, networkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestResponder()
432 cm.requestNetwork(nr, networkCb, CALLBACK_TIMEOUT_SEC * 1000); in executeTestInitiator()