Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DCarAudioManagerTestUtils.java83 private CountDownLatch mVolumeGroupEventLatch = new CountDownLatch(1); field in CarAudioManagerTestUtils.TestCarVolumeGroupEventCallback
87 return silentAwait(mVolumeGroupEventLatch, WAIT_TIMEOUT_MS); in receivedVolumeGroupEvents()
94 mVolumeGroupEventLatch.countDown(); in onVolumeGroupEvent()