Searched defs:sound (Results 1 – 3 of 3) sorted by relevance
100 String sound = mSoundsSettingHelper.get().getSound(SoundType.RINGTONE); in testChangeRingtone() local107 String sound = mSoundsSettingHelper.get().getSound(SoundType.NOTIFICATION); in testChangeNotificationSound() local114 String sound = mSoundsSettingHelper.get().getSound(SoundType.ALARM); in testChangeAlarmSound() local
74 void setSound(SoundType soundType, String sound); in setSound()
158 public void setSound(SoundType soundType, String sound) { in setSound()