Searched refs:mStartedLatches (Results 1 – 1 of 1) sorted by relevance
237 private final Map<String, CountDownLatch> mStartedLatches = new HashMap<>(); field in VendorServiceControllerTest.ServiceLauncherContext248 countdown(mStartedLatches, service, "started"); in startServiceAsUser()279 mStartedLatches.put(service, new CountDownLatch(1)); in expectServices()319 await(mStartedLatches, service, "start()"); in assertStartedService()