Searched refs:SystemSoundEffect (Results 1 – 3 of 3) sorted by relevance
514 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect()1182 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect()
541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect()
3924 public @interface SystemSoundEffect {} annotation in AudioManager4005 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()4017 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()4043 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()4069 private boolean delegateSoundEffectToVdm(@SystemSoundEffect int effectType) { in delegateSoundEffectToVdm()