Home
last modified time | relevance | path

Searched refs:getSystemSoundsPlayer (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DTvSettingsApplication.java34 public SystemSoundsPlayer getSystemSoundsPlayer() { in getSystemSoundsPlayer() method in TvSettingsApplication
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DSwitchWithSoundPreference.java37 mSystemSoundsPlayer = app.getSystemSoundsPlayer(); in SwitchWithSoundPreference()