Searched refs:mAudioDeviceVolumeManager (Results 1 – 6 of 6) sorted by relevance
40 private final AudioDeviceVolumeManager mAudioDeviceVolumeManager; field in DefaultAudioDeviceVolumeManagerWrapper43 mAudioDeviceVolumeManager = new AudioDeviceVolumeManager(context); in DefaultAudioDeviceVolumeManagerWrapper()51 mAudioDeviceVolumeManager.addOnDeviceVolumeBehaviorChangedListener(executor, listener); in addOnDeviceVolumeBehaviorChangedListener()57 mAudioDeviceVolumeManager.removeOnDeviceVolumeBehaviorChangedListener(listener); in removeOnDeviceVolumeBehaviorChangedListener()67 mAudioDeviceVolumeManager.setDeviceAbsoluteVolumeBehavior(device, volume, executor, in setDeviceAbsoluteVolumeBehavior()78 mAudioDeviceVolumeManager.setDeviceAbsoluteVolumeAdjustOnlyBehavior(device, volume, in setDeviceAbsoluteVolumeAdjustOnlyBehavior()
502 private AudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager; field in HdmiControlService550 mAudioDeviceVolumeManager = audioDeviceVolumeManager; in HdmiControlService()997 if (mAudioDeviceVolumeManager == null) { in onBootPhase()998 mAudioDeviceVolumeManager = in onBootPhase()3518 return mAudioDeviceVolumeManager; in getAudioDeviceVolumeManager()
118 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in savlNotSupported_systemAudioDeviceSendsReportAudioStatus_adjustOnlyAvbEnabled()141 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in avbEnabled_savlNotSupported_receiveReportAudioStatus_switchToAdjustOnlyAvb()166 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeAdjustOnlyBehavior( in avbEnabled_savlFeatureAborted_receiveReportAudioStatus_switchToAdjustOnlyAvb()
45 private final FakeAudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager = field in FakeAudioFramework164 return mAudioDeviceVolumeManager; in getAudioDeviceVolumeManager()
88 protected AudioDeviceVolumeManagerWrapper mAudioDeviceVolumeManager; field in BaseAbsoluteVolumeBehaviorTest127 mAudioDeviceVolumeManager = spy(mAudioFramework.getAudioDeviceVolumeManager()); in setUp()135 mAudioManager, mAudioDeviceVolumeManager) { in setUp()411 verify(mAudioDeviceVolumeManager).setDeviceAbsoluteVolumeBehavior( in giveAudioStatusSent_systemAudioDeviceSendsReportAudioStatus_avbEnabled()
71 clearInvocations(mAudioManager, mAudioDeviceVolumeManager); in switchToAudioSystem_absoluteVolumeControlDisabledUntilAllConditionsMet()