Searched refs:getVolumeGroupEvents (Results 1 – 2 of 2) sorted by relevance
55 List<CarVolumeGroupEvent> getVolumeGroupEvents() { in getVolumeGroupEvents() method in TestCarVolumeEventCallback
3990 .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 …]