Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSwitchWithSoundPreference.java25 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()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DTvSettingsApplication.java30 private SystemSoundsPlayer mSystemSoundsPlayer;
36 mSystemSoundsPlayer = new SystemSoundsPlayer(this); in onCreate()
43 public SystemSoundsPlayer getSystemSoundsPlayer() { in getSystemSoundsPlayer()
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
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt2235 …ettings/TvSettingsApplication;->getSystemSoundsPlayer()Lcom/android/tv/settings/SystemSoundsPlayer;