Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolumeInfoWrapper.java59 public List<CarVolumeGroupInfo> getMutedVolumeGroups(int zoneId) { in getMutedVolumeGroups() method in CarVolumeInfoWrapper
60 return mCarAudioService.getMutedVolumeGroups(zoneId); in getMutedVolumeGroups()
DCarAudioFocus.java569 new OemCarAudioFocusEvaluationRequest.Builder(getMutedVolumeGroups(), in evaluateFocusRequestExternallyLocked()
614 private List<CarVolumeGroupInfo> getMutedVolumeGroups() { in getMutedVolumeGroups() method in CarAudioFocus
615 return mCarVolumeInfoWrapper.getMutedVolumeGroups(mCarAudioZone.getId()); in getMutedVolumeGroups()
DCarAudioService.java3891 List<CarVolumeGroupInfo> getMutedVolumeGroups(int zoneId) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarVolumeInfoWrapperTest.java102 when(mMockCarAudioService.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in setUp()
189 .that(mCarVolumeInfoWrapper.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in getMutedVolumeGroups_withMutedGroups()
DCarAudioServiceUnitTest.java2631 .that(service.getMutedVolumeGroups(INVALID_AUDIO_ZONE)) in getMutedVolumeGroups_forInvalidZone()
2641 .that(nonVolumeGroupMutingAudioService.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in getMutedVolumeGroups_whenVolumeGroupMuteNotSupported()
2654 .that(service.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in getMutedVolumeGroups_withMutedGroups()
2670 .that(service.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in getMutedVolumeGroups_afterUnmuting()
2683 .that(service.getMutedVolumeGroups(TEST_REAR_LEFT_ZONE_ID)).isEmpty(); in getMutedVolumeGroups_withMutedGroupsForDifferentZone()
/packages/services/Car/tests/carservice_unit_test/src/android/car/oem/
DOemCarAudioFocusEvaluationRequestUnitTest.java89 expectWithMessage("Muted audio volume groups").that(request.getMutedVolumeGroups()) in build()
272 expectWithMessage("Muted volume groups").that(request.getMutedVolumeGroups()) in setMutedVolumeGroups()
295 expectWithMessage("Muted volume group").that(request.getMutedVolumeGroups()) in addMutedVolumeGroups()
/packages/services/Car/car-lib/src/android/car/oem/
DOemCarAudioFocusEvaluationRequest.java136 public @NonNull List<CarVolumeGroupInfo> getMutedVolumeGroups() { in getMutedVolumeGroups() method in OemCarAudioFocusEvaluationRequest
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2020 …method @NonNull public java.util.List<android.car.media.CarVolumeGroupInfo> getMutedVolumeGroups();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2020 …method @NonNull public java.util.List<android.car.media.CarVolumeGroupInfo> getMutedVolumeGroups();
Dtest-current.txt2097 …method @NonNull public java.util.List<android.car.media.CarVolumeGroupInfo> getMutedVolumeGroups();
Dsystem-lint-baseline.txt3734 UnflaggedApi: android.car.oem.OemCarAudioFocusEvaluationRequest#getMutedVolumeGroups():
3735 …d with @FlaggedApi: method android.car.oem.OemCarAudioFocusEvaluationRequest.getMutedVolumeGroups()