Searched refs:pidResult (Results 1 – 1 of 1) sorted by relevance
168 final CompletableFuture<Integer> pidResult = new CompletableFuture<>(); in waitForServiceStarted() local172 pidResult.complete(intent.getIntExtra(EXTRA_PID, NOT_STARTED)); in waitForServiceStarted()179 return pidResult.get(TIMEOUT_SEC, TimeUnit.SECONDS); in waitForServiceStarted()