Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DServiceDiscoveryTest.java22 import static android.net.thread.utils.IntegrationTestUtils.SERVICE_DISCOVERY_TIMEOUT;
245 waitFor(ftd::isSrpHostRegistered, SERVICE_DISCOVERY_TIMEOUT); in advertisingProxy_srpClientUpdatesService_updatedServiceResolvableByMdns()
306 serviceLostFuture.get(SERVICE_DISCOVERY_TIMEOUT.toMillis(), MILLISECONDS); in advertisingProxy_srpClientUnregistersService_serviceIsNotDiscoverableByMdns()
486 mRegisteredFuture.get(SERVICE_DISCOVERY_TIMEOUT.toMillis(), MILLISECONDS); in waitForRegistered()
491 mUnRegisteredFuture.get(SERVICE_DISCOVERY_TIMEOUT.toMillis(), MILLISECONDS); in waitForUnregistered()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DIntegrationTestUtils.java85 public static final Duration SERVICE_DISCOVERY_TIMEOUT = Duration.ofSeconds(20); field in IntegrationTestUtils
331 serviceInfoFuture.get(SERVICE_DISCOVERY_TIMEOUT.toMillis(), MILLISECONDS); in discoverService()
380 SERVICE_DISCOVERY_TIMEOUT.toMillis(), MILLISECONDS); in resolveServiceUntil()
DFullThreadDevice.java18 import static android.net.thread.utils.IntegrationTestUtils.SERVICE_DISCOVERY_TIMEOUT;
293 waitFor(() -> isSrpServiceRegistered(serviceName, serviceType), SERVICE_DISCOVERY_TIMEOUT); in addSrpService() local