Searched refs:SystemSoundsPlayer (Results 1 – 3 of 3) sorted by relevance
25 import com.android.tv.settings.SystemSoundsPlayer;32 private final SystemSoundsPlayer mSystemSoundsPlayer;53 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_SELECT); in onClick()55 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_DESELECT); in onClick()
26 private SystemSoundsPlayer mSystemSoundsPlayer;31 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()34 public SystemSoundsPlayer getSystemSoundsPlayer() { in getSystemSoundsPlayer()
53 public class SystemSoundsPlayer implements LifecycleObserver { class60 private static final String TAG = SystemSoundsPlayer.class.getSimpleName();76 public SystemSoundsPlayer(Context context) { in SystemSoundsPlayer() method in SystemSoundsPlayer