Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DSoundSettingTest.java100 String sound = mSoundsSettingHelper.get().getSound(SoundType.RINGTONE); in testChangeRingtone() local
107 String sound = mSoundsSettingHelper.get().getSound(SoundType.NOTIFICATION); in testChangeNotificationSound() local
114 String sound = mSoundsSettingHelper.get().getSound(SoundType.ALARM); in testChangeAlarmSound() local
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoSoundsSettingHelper.java74 void setSound(SoundType soundType, String sound); in setSound()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSoundsHelperImpl.java158 public void setSound(SoundType soundType, String sound) { in setSound()