Searched refs:ringGroupId (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioServiceUnitTest.java | 6175 int ringGroupId = service.getVolumeGroupIdForUsage(PRIMARY_AUDIO_ZONE, in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() local 6179 setVolumeForGroup(service, volumeEventCallback, PRIMARY_AUDIO_ZONE, ringGroupId, in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() 6185 .that(service.getGroupVolume(PRIMARY_AUDIO_ZONE, ringGroupId)) in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() 6188 eq(ringGroupId), anyInt()); in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() 6199 service.getVolumeGroupInfo(PRIMARY_AUDIO_ZONE, ringGroupId)); in onCallStateChanged_withRingingStateAndVolumeBelowMinActivationVolume() 6211 int ringGroupId = service.getVolumeGroupIdForUsage(PRIMARY_AUDIO_ZONE, in onCallStateChanged_withRingingStateAndWithinActivationVolumeRange() local 6215 setVolumeForGroup(service, volumeEventCallback, PRIMARY_AUDIO_ZONE, ringGroupId, in onCallStateChanged_withRingingStateAndWithinActivationVolumeRange() 6221 .that(service.getGroupVolume(PRIMARY_AUDIO_ZONE, ringGroupId)) in onCallStateChanged_withRingingStateAndWithinActivationVolumeRange() 6224 eq(ringGroupId), anyInt()); in onCallStateChanged_withRingingStateAndWithinActivationVolumeRange()
|