Searched refs:playSoundEffect (Results 1 – 4 of 4) sorted by relevance
299 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK); in test()300 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in test()301 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in test()302 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in test()303 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in test()305 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume); in test()306 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume); in test()307 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume); in test()308 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume); in test()312 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in test()[all …]
328 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK); in testSoundEffects()329 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in testSoundEffects()330 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in testSoundEffects()331 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in testSoundEffects()332 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in testSoundEffects()334 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume); in testSoundEffects()335 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume); in testSoundEffects()336 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume); in testSoundEffects()337 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume); in testSoundEffects()341 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in testSoundEffects()[all …]
572 public void playSoundEffect(int soundConstant) { in playSoundEffect() method in MockView573 super.playSoundEffect(soundConstant); in playSoundEffect()
2559 view.playSoundEffect(SoundEffectConstants.CLICK); in testPlaySoundEffect()2563 view.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN); in testPlaySoundEffect()