Searched refs:getMinVolumeIndexForAttributes (Results 1 – 5 of 5) sorted by relevance
53 int getMinVolumeIndexForAttributes(AudioAttributes audioAttributes) { in getMinVolumeIndexForAttributes() method in AudioManagerWrapper54 return mAudioManager.getMinVolumeIndexForAttributes(audioAttributes); in getMinVolumeIndexForAttributes()
77 mMinGainIndex = mAudioManager.getMinVolumeIndexForAttributes(mAudioAttributes); in CoreAudioVolumeGroup()
111 when(mAudioManager.getMinVolumeIndexForAttributes(mTestAudioAttributes)) in setUp()132 public void getMinVolumeIndexForAttributes() { in getMinVolumeIndexForAttributes() method in AudioManagerWrapperTest134 .that(mAudioManagerWrapper.getMinVolumeIndexForAttributes(mTestAudioAttributes)) in getMinVolumeIndexForAttributes()
125 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()
6694 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()