Searched refs:SystemSoundEffect (Results 1 – 3 of 3) sorted by relevance
319 public void playSoundEffect(int deviceId, @AudioManager.SystemSoundEffect int effectType) { in playSoundEffect()843 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect()
454 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect()
3904 public @interface SystemSoundEffect {} annotation in AudioManager3985 public void playSoundEffect(@SystemSoundEffect int effectType) { in playSoundEffect()3997 public void playSoundEffect(@SystemSoundEffect int effectType, int userId) { in playSoundEffect()4023 public void playSoundEffect(@SystemSoundEffect int effectType, float volume) { in playSoundEffect()4049 private boolean delegateSoundEffectToVdm(@SystemSoundEffect int effectType) { in delegateSoundEffectToVdm()