Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java168 final CompletableFuture<Integer> pidResult = new CompletableFuture<>(); in waitForServiceStarted() local
172 pidResult.complete(intent.getIntExtra(EXTRA_PID, NOT_STARTED)); in waitForServiceStarted()
179 return pidResult.get(TIMEOUT_SEC, TimeUnit.SECONDS); in waitForServiceStarted()