Searched refs:mSystemSoundsPlayer (Results 1 – 2 of 2) sorted by relevance
32 private final SystemSoundsPlayer mSystemSoundsPlayer; field in SwitchWithSoundPreference37 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()53 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_SELECT); in onClick()55 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_DESELECT); in onClick()
26 private SystemSoundsPlayer mSystemSoundsPlayer; field in TvSettingsApplication31 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()35 return mSystemSoundsPlayer; in getSystemSoundsPlayer()