Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
DFoldableDeviceController.kt53 private var deviceStateLatch = CountDownLatch(1) in <lambda>() variable in android.platform.helpers.foldable.FoldableDeviceController
141 deviceStateLatch = CountDownLatch(1) in <lambda>()
150 deviceStateLatch.await { "Device state didn't change within the timeout" } in <lambda>()
195 deviceStateLatch.countDown() in <lambda>()