Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java237 private final Map<String, CountDownLatch> mStartedLatches = new HashMap<>(); field in VendorServiceControllerTest.ServiceLauncherContext
248 countdown(mStartedLatches, service, "started"); in startServiceAsUser()
279 mStartedLatches.put(service, new CountDownLatch(1)); in expectServices()
319 await(mStartedLatches, service, "start()"); in assertStartedService()