Searched refs:mSystemSoundsPlayer (Results 1 – 2 of 2) sorted by relevance
32 private final SystemSoundsPlayer mSystemSoundsPlayer; field in SwitchWithSoundPreference38 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()
30 private SystemSoundsPlayer mSystemSoundsPlayer; field in TvSettingsApplication36 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()44 return mSystemSoundsPlayer; in getSystemSoundsPlayer()