Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSwitchWithSoundPreference.java32 private final SystemSoundsPlayer mSystemSoundsPlayer; field in SwitchWithSoundPreference
38 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()
45 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()
51 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()
57 if (mSystemSoundsPlayer == null) { in onBindViewHolder()
68 if (mSystemSoundsPlayer == null) { in onClick()
73 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_SELECT); in onClick()
75 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_DESELECT); in onClick()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DTvSettingsApplication.java30 private SystemSoundsPlayer mSystemSoundsPlayer; field in TvSettingsApplication
36 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()
44 return mSystemSoundsPlayer; in getSystemSoundsPlayer()