Searched refs:mMasterMuteChangeLatch (Results 1 – 2 of 2) sorted by relevance
42 private final CountDownLatch mMasterMuteChangeLatch = new CountDownLatch(1); field in CarAudioManagerTestUtils.SyncCarVolumeCallback56 return silentAwait(mMasterMuteChangeLatch, WAIT_TIMEOUT_MS); in receivedMasterMuteChanged()68 mMasterMuteChangeLatch.countDown(); in onMasterMuteChanged()
206 private final CountDownLatch mMasterMuteChangeLatch = new CountDownLatch(1); field in CarVolumeCallbackHandlerTest.TestCarVolumeCallback246 mMasterMuteChangeLatch.countDown(); in onMasterMuteChanged()258 return mMasterMuteChangeLatch.await(TEST_CALLBACK_TIMEOUT_MS, TimeUnit.MILLISECONDS); in receivedMasterMuteChanged()