Searched refs:SystemSoundsPlayer (Results 1 – 4 of 4) sorted by relevance
25 import com.android.tv.settings.SystemSoundsPlayer;32 private final SystemSoundsPlayer mSystemSoundsPlayer;73 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_SELECT); in onClick()75 mSystemSoundsPlayer.playSoundEffect(SystemSoundsPlayer.FX_DESELECT); in onClick()
30 private SystemSoundsPlayer mSystemSoundsPlayer;36 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()43 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
2235 …ettings/TvSettingsApplication;->getSystemSoundsPlayer()Lcom/android/tv/settings/SystemSoundsPlayer;