Searched refs:soundProvider (Results 1 – 2 of 2) sorted by relevance
39 private val soundProvider = mock<ScreenshotSoundProvider>() constant46 whenever(soundProvider.getScreenshotSound()).thenReturn(mediaPlayer) in setup()54 verify(soundProvider).getScreenshotSound() in init_soundLoading()60 whenever(soundProvider.getScreenshotSound()).thenThrow(IllegalStateException()) in init_soundLoadingException_playAndReleaseDoNotThrow()107 ScreenshotSoundControllerImpl(soundProvider, scope, bgDispatcher)
57 private val soundProvider: ScreenshotSoundProvider, in playScreenshotSound() constant in com.android.systemui.screenshot.ScreenshotSoundControllerImpl65 soundProvider.getScreenshotSound() in playScreenshotSound()