Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioServiceUnitTest.java4129 CarAudioService useCoreAudioCarAudioService = in getVolumeGroupAndContextCount() local
4134 .that(useCoreAudioCarAudioService.getVolumeGroupCount(PRIMARY_AUDIO_ZONE)) in getVolumeGroupAndContextCount()
4137 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds().size()) in getVolumeGroupAndContextCount()
4140 .that(useCoreAudioCarAudioService.getCarAudioContext().getAllContextsIds()) in getVolumeGroupAndContextCount()
5371 CarAudioService useCoreAudioCarAudioService = in onAudioVolumeGroupChanged_dispatchCallbackEvent() local
5373 int musicIndex = useCoreAudioCarAudioService.getGroupVolume( in onAudioVolumeGroupChanged_dispatchCallbackEvent()
5383 useCoreAudioCarAudioService.onAudioVolumeGroupChanged(PRIMARY_AUDIO_ZONE, in onAudioVolumeGroupChanged_dispatchCallbackEvent()
5394 CarAudioService useCoreAudioCarAudioService = in onAudioVolumeGroupChanged_noDispatchCallbackEvent_whenAlreadySynced() local
5396 useCoreAudioCarAudioService.setGroupVolume(PRIMARY_AUDIO_ZONE, in onAudioVolumeGroupChanged_noDispatchCallbackEvent_whenAlreadySynced()
5401 useCoreAudioCarAudioService.onAudioVolumeGroupChanged(PRIMARY_AUDIO_ZONE, in onAudioVolumeGroupChanged_noDispatchCallbackEvent_whenAlreadySynced()
[all …]