Searched refs:onPlaySoundEffect (Results 1 – 7 of 7) sorted by relevance
33 void onPlaySoundEffect(int effectType); in onPlaySoundEffect() method
133 public void onPlaySoundEffect(int soundEffect) {138 mSoundEffectListeners.valueAt(i).onPlaySoundEffect(soundEffect);541 public void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType) { in onPlaySoundEffect() method in VirtualDeviceInternal.SoundEffectListenerDelegate542 mExecutor.execute(() -> mSoundEffectListener.onPlaySoundEffect(effectType)); in onPlaySoundEffect()
1182 void onPlaySoundEffect(@AudioManager.SystemSoundEffect int effectType); in onPlaySoundEffect() method
260 void onPlaySoundEffect(int effect, int volume) { in onPlaySoundEffect() method in SoundEffectsHelper486 onPlaySoundEffect(effect, volume); in handleMessage()
1467 mSoundEffectListener.onPlaySoundEffect(effectType);
1929 verify(mSoundEffectListener).onPlaySoundEffect(AudioManager.FX_KEY_CLICK); in playSoundEffect_callsSoundEffectListener()
3459 method public void onPlaySoundEffect(int);