Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DSwitchWithSoundPreference.java32 private final SystemSoundsPlayer mSystemSoundsPlayer; field in SwitchWithSoundPreference
37 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()
53 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_SELECT); in onClick()
55 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_DESELECT); in onClick()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DTvSettingsApplication.java26 private SystemSoundsPlayer mSystemSoundsPlayer; field in TvSettingsApplication
31 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()
35 return mSystemSoundsPlayer; in getSystemSoundsPlayer()