Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java209 private final ScreenshotSoundController mScreenshotSoundController; field in ScreenshotController
335 mScreenshotSoundController = screenshotSoundController.get(); in ScreenshotController()
337 mScreenshotSoundController = null; in ScreenshotController()
546 if (mScreenshotSoundController == null) return; in releaseMediaPlayer()
547 mScreenshotSoundController.releaseScreenshotSoundAsync(); in releaseMediaPlayer()
743 if (mScreenshotSoundController == null) return; in playCameraSoundIfNeeded()
745 mScreenshotSoundController.playScreenshotSoundAsync(); in playCameraSoundIfNeeded()