Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DIntegrationTestUtils.java367 CompletableFuture<NsdServiceInfo> resolvedServiceInfoFuture = new CompletableFuture<>(); in resolveServiceUntil() local
373 resolvedServiceInfoFuture.complete(serviceInfo); in resolveServiceUntil()
379 return resolvedServiceInfoFuture.get( in resolveServiceUntil()