D | FoldableDeviceController.kt | 150 deviceStateLatch.await { "Device state didn't change within the timeout" } in <lambda>() 182 private fun CountDownLatch.await(error: () -> String) { in <lambda>() method in android.platform.helpers.foldable.FoldableDeviceController 183 check(this.await(DEVICE_STATE_MAX_TIMEOUT.toMillis(), TimeUnit.MILLISECONDS), error) in <lambda>()
|