Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DAudioManagerWrapper.java53 int getMinVolumeIndexForAttributes(AudioAttributes audioAttributes) { in getMinVolumeIndexForAttributes() method in AudioManagerWrapper
54 return mAudioManager.getMinVolumeIndexForAttributes(audioAttributes); in getMinVolumeIndexForAttributes()
DCoreAudioVolumeGroup.java77 mMinGainIndex = mAudioManager.getMinVolumeIndexForAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DAudioManagerWrapperTest.java111 when(mAudioManager.getMinVolumeIndexForAttributes(mTestAudioAttributes)) in setUp()
132 public void getMinVolumeIndexForAttributes() { in getMinVolumeIndexForAttributes() method in AudioManagerWrapperTest
134 .that(mAudioManagerWrapper.getMinVolumeIndexForAttributes(mTestAudioAttributes)) in getMinVolumeIndexForAttributes()
DCoreAudioVolumeGroupTest.java125 when(mMockAudioManager.getMinVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in setupMock()
141 when(mMockAudioManager.getMinVolumeIndexForAttributes(NAV_ATTRIBUTES)) in setupMock()
149 when(mMockAudioManager.getMinVolumeIndexForAttributes(OEM_ATTRIBUTES)) in setupMock()
315 when(mMockAudioManager.getMinVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in setMute_whenNotMutable()
DCarAudioServiceUnitTest.java6694 when(mAudioManager.getMinVolumeIndexForAttributes( in mockCoreAudioRoutingAndVolume()
6707 when(mAudioManager.getMinVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.NAV_ATTRIBUTES))) in mockCoreAudioRoutingAndVolume()
6714 when(mAudioManager.getMinVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.OEM_ATTRIBUTES))) in mockCoreAudioRoutingAndVolume()