Home
last modified time | relevance | path

Searched refs:SystemSoundsPlayer (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DSwitchWithSoundPreference.java25 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()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DTvSettingsApplication.java26 private SystemSoundsPlayer mSystemSoundsPlayer;
31 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()
34 public SystemSoundsPlayer getSystemSoundsPlayer() { in getSystemSoundsPlayer()
H A DSystemSoundsPlayer.java53 public class SystemSoundsPlayer implements LifecycleObserver { class
60 private static final String TAG = SystemSoundsPlayer.class.getSimpleName();
76 public SystemSoundsPlayer(Context context) { in SystemSoundsPlayer() method in SystemSoundsPlayer