Home
last modified time | relevance | path

Searched refs:playScreenshotSound (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotSoundController.kt37 suspend fun playScreenshotSound() in playScreenshotSound() method
72 override suspend fun playScreenshotSound() { in playScreenshotSound() method in com.android.systemui.screenshot.ScreenshotSoundControllerImpl
95 coroutineScope.launch { playScreenshotSound() } in playScreenshotSound()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotSoundControllerTest.kt64 controller.playScreenshotSound() in init_soundLoadingException_playAndReleaseDoNotThrow()
76 controller.playScreenshotSound() in playCameraSound_soundLoadingSuccessful_mediaPlayerPlays()
88 controller.playScreenshotSound() in playCameraSound_illegalStateException_doesNotThrow()