Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java236 private final Map<String, CountDownLatch> mBoundLatches = new HashMap<>(); field in VendorServiceControllerTest.ServiceLauncherContext
260 countdown(mBoundLatches, service, "bound"); in bindServiceAsUser()
278 mBoundLatches.put(service, new CountDownLatch(1)); in expectServices()
303 + mBoundLatches.keySet()); in countdown()
312 await(mBoundLatches, service, "bind()"); in assertBoundService()