Home
last modified time | relevance | path

Searched defs:latch (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/automotive/health/property/src/android/platform/test/scenario/stress/
DCarPropertyManagerBenchmarkTest.java71 final CountDownLatch latch = new CountDownLatch(NUM_TASKS); // For synchronization in testGetPropertyStress() local
102 final CountDownLatch latch = new CountDownLatch(NUM_TASKS); // For synchronization in testSetPropertyStress() local
/platform_testing/libraries/car-helpers/multiuser-helper/src/android/platform/helpers/
DMultiUserHelper.java202 final CountDownLatch latch = new CountDownLatch(1); in switchToUserId() local
246 final CountDownLatch latch = new CountDownLatch(1); in startUser() local
/platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/
DBootHelperTest.java88 final CountDownLatch latch = new CountDownLatch(1); in unlockScreenWithPin() local
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaController.java106 CountDownLatch latch = new CountDownLatch(1); in runToNextState() local
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DInputDeviceRule.kt113 deviceAddedMap[device]!!.let { latch -> in <lambda>() method