Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DAudioManagerWrapper.java57 int getMaxVolumeIndexForAttributes(AudioAttributes audioAttributes) { in getMaxVolumeIndexForAttributes() method in AudioManagerWrapper
58 return mAudioManager.getMaxVolumeIndexForAttributes(audioAttributes); in getMaxVolumeIndexForAttributes()
DCoreAudioVolumeGroup.java78 mMaxGainIndex = mAudioManager.getMaxVolumeIndexForAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DAudioManagerWrapperTest.java113 when(mAudioManager.getMaxVolumeIndexForAttributes(mTestAudioAttributes)) in setUp()
139 public void getMaxVolumeIndexForAttributes() { in getMaxVolumeIndexForAttributes() method in AudioManagerWrapperTest
141 .that(mAudioManagerWrapper.getMaxVolumeIndexForAttributes(mTestAudioAttributes)) in getMaxVolumeIndexForAttributes()
DCoreAudioVolumeGroupTest.java127 when(mMockAudioManager.getMaxVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in setupMock()
143 when(mMockAudioManager.getMaxVolumeIndexForAttributes(NAV_ATTRIBUTES)) in setupMock()
154 when(mMockAudioManager.getMaxVolumeIndexForAttributes(OEM_ATTRIBUTES)) in setupMock()
DCarAudioServiceUnitTest.java6697 when(mAudioManager.getMaxVolumeIndexForAttributes( in mockCoreAudioRoutingAndVolume()
6709 when(mAudioManager.getMaxVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.NAV_ATTRIBUTES))) in mockCoreAudioRoutingAndVolume()
6716 when(mAudioManager.getMaxVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.OEM_ATTRIBUTES))) in mockCoreAudioRoutingAndVolume()