Searched refs:getMaxVolumeIndexForAttributes (Results 1 – 5 of 5) sorted by relevance
57 int getMaxVolumeIndexForAttributes(AudioAttributes audioAttributes) { in getMaxVolumeIndexForAttributes() method in AudioManagerWrapper58 return mAudioManager.getMaxVolumeIndexForAttributes(audioAttributes); in getMaxVolumeIndexForAttributes()
78 mMaxGainIndex = mAudioManager.getMaxVolumeIndexForAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
113 when(mAudioManager.getMaxVolumeIndexForAttributes(mTestAudioAttributes)) in setUp()139 public void getMaxVolumeIndexForAttributes() { in getMaxVolumeIndexForAttributes() method in AudioManagerWrapperTest141 .that(mAudioManagerWrapper.getMaxVolumeIndexForAttributes(mTestAudioAttributes)) in getMaxVolumeIndexForAttributes()
127 when(mMockAudioManager.getMaxVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in setupMock()143 when(mMockAudioManager.getMaxVolumeIndexForAttributes(NAV_ATTRIBUTES)) in setupMock()154 when(mMockAudioManager.getMaxVolumeIndexForAttributes(OEM_ATTRIBUTES)) in setupMock()
6697 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()