Searched refs:getVolumeIndexForAttributes (Results 1 – 5 of 5) sorted by relevance
129 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in setupMock()343 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)).thenReturn(amIndex); in audioManagerIndexSynchronization()363 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMuteStateSynchronization()376 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMuteStateSynchronization()392 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMuteStateSynchronization_withIndexChange()407 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)).thenReturn(amIndex); in audioManagerMuteStateSynchronization_withIndexChange()426 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMuteStateWithVolumeZeroSynchronization()439 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMuteStateWithVolumeZeroSynchronization()456 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMutedAndUnmutedAtVolumeZeroSynchronization()463 when(mMockAudioManager.getVolumeIndexForAttributes(MUSIC_ATTRIBUTES)) in audioManagerMutedAndUnmutedAtVolumeZeroSynchronization()[all …]
115 when(mAudioManager.getVolumeIndexForAttributes(mTestAudioAttributes)) in setUp()146 public void getVolumeIndexForAttributes() { in getVolumeIndexForAttributes() method in AudioManagerWrapperTest148 .that(mAudioManagerWrapper.getVolumeIndexForAttributes(mTestAudioAttributes)) in getVolumeIndexForAttributes()
5376 when(mAudioManager.getVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.MUSIC_ATTRIBUTES))) in onAudioVolumeGroupChanged_dispatchCallbackEvent()5413 when(mAudioManager.getVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.MUSIC_ATTRIBUTES))) in onAudioVolumeGroupChanged_dispatchCallbackEvent_whenMuted()6700 when(mAudioManager.getVolumeIndexForAttributes(eq(CoreAudioRoutingUtils.MUSIC_ATTRIBUTES))) in mockCoreAudioRoutingAndVolume()
61 int getVolumeIndexForAttributes(AudioAttributes audioAttributes) { in getVolumeIndexForAttributes() method in AudioManagerWrapper62 return mAudioManager.getVolumeIndexForAttributes(audioAttributes); in getVolumeIndexForAttributes()
100 return mAudioManager.getVolumeIndexForAttributes(mAudioAttributes); in getAmCurrentGainIndex()