Searched refs:mBoundLatches (Results 1 – 1 of 1) sorted by relevance
236 private final Map<String, CountDownLatch> mBoundLatches = new HashMap<>(); field in VendorServiceControllerTest.ServiceLauncherContext260 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()