Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DTestCarVolumeEventCallback.java55 List<CarVolumeGroupEvent> getVolumeGroupEvents() { in getVolumeGroupEvents() method in TestCarVolumeEventCallback
DCarAudioServiceUnitTest.java3990 .that(volumeEventCallback.getVolumeGroupEvents()).hasSize(1); in onAudioPortsChanged_forMediaBus_changesVolumeRanges()
3991 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onAudioPortsChanged_forMediaBus_changesVolumeRanges()
4669 .that(volumeEventCallback.getVolumeGroupEvents()).hasSize(1); in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
4670 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in switchZoneToConfig_withVolumeGroupEventCallbackRegistered_invokesEvent()
5466 .that(volumeEventCallback.getVolumeGroupEvents()).hasSize(1); in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
5467 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onVolumeGroupEvent_withVolumeEvent_triggersCallback()
5493 .that(volumeEventCallback.getVolumeGroupEvents()).hasSize(1); in onVolumeGroupEvent_withMuteEvent_triggersCallback()
5494 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onVolumeGroupEvent_withMuteEvent_triggersCallback()
5519 .that(volumeEventCallback.getVolumeGroupEvents()).hasSize(1); in onVolumeGroupEvent_withoutMuteOrVolumeEvent_triggersCallback()
5520 CarVolumeGroupEvent groupEvent = volumeEventCallback.getVolumeGroupEvents().get(0); in onVolumeGroupEvent_withoutMuteOrVolumeEvent_triggersCallback()
[all …]