Searched refs:getMutedVolumeGroups (Results 1 – 11 of 11) sorted by relevance
59 public List<CarVolumeGroupInfo> getMutedVolumeGroups(int zoneId) { in getMutedVolumeGroups() method in CarVolumeInfoWrapper60 return mCarAudioService.getMutedVolumeGroups(zoneId); in getMutedVolumeGroups()
569 new OemCarAudioFocusEvaluationRequest.Builder(getMutedVolumeGroups(), in evaluateFocusRequestExternallyLocked()614 private List<CarVolumeGroupInfo> getMutedVolumeGroups() { in getMutedVolumeGroups() method in CarAudioFocus615 return mCarVolumeInfoWrapper.getMutedVolumeGroups(mCarAudioZone.getId()); in getMutedVolumeGroups()
3891 List<CarVolumeGroupInfo> getMutedVolumeGroups(int zoneId) {
102 when(mMockCarAudioService.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in setUp()189 .that(mCarVolumeInfoWrapper.getMutedVolumeGroups(PRIMARY_AUDIO_ZONE)) in getMutedVolumeGroups_withMutedGroups()
2631 .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()
89 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()
136 public @NonNull List<CarVolumeGroupInfo> getMutedVolumeGroups() { in getMutedVolumeGroups() method in OemCarAudioFocusEvaluationRequest
2020 …method @NonNull public java.util.List<android.car.media.CarVolumeGroupInfo> getMutedVolumeGroups();
2097 …method @NonNull public java.util.List<android.car.media.CarVolumeGroupInfo> getMutedVolumeGroups();
3734 UnflaggedApi: android.car.oem.OemCarAudioFocusEvaluationRequest#getMutedVolumeGroups():3735 …d with @FlaggedApi: method android.car.oem.OemCarAudioFocusEvaluationRequest.getMutedVolumeGroups()