Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarMultiUserTestBase.java79 private final CountDownLatch mUserRemoveLatch = new CountDownLatch(1); field in CarMultiUserTestBase
99 mUserRemoveLatch.countDown(); in setMultiUserFixtures()
261 boolean result = mUserRemoveLatch.await(REMOVE_USER_TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForUserRemoval()