Home
last modified time | relevance | path

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

/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/src/android/companion/multidevices/
DCallbackUtils.kt31 private const val CALLBACK_TIMEOUT_SEC = 30L constant
59 if (!pending.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForPendingIntent()
71 if (!created.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForAssociation()
98 if (!completed.await(CALLBACK_TIMEOUT_SEC, SECONDS)) { in waitForCompletion()