Searched refs:playSoundEffect (Results 1 – 4 of 4) sorted by relevance
288 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK); in test()289 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in test()290 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in test()291 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in test()292 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in test()294 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume); in test()295 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume); in test()296 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume); in test()297 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume); in test()301 mAudioManager.playSoundEffect(AudioManager.FX_KEY_CLICK); in test()[all …]
273 mAudioManager.playSoundEffect(SoundEffectConstants.CLICK); in testSoundEffects()274 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP); in testSoundEffects()275 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN); in testSoundEffects()276 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT); in testSoundEffects()277 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT); in testSoundEffects()279 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_UP, volume); in testSoundEffects()280 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_DOWN, volume); in testSoundEffects()281 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_LEFT, volume); in testSoundEffects()282 mAudioManager.playSoundEffect(AudioManager.FX_FOCUS_NAVIGATION_RIGHT, volume); in testSoundEffects()286 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()
2492 view.playSoundEffect(SoundEffectConstants.CLICK); in testPlaySoundEffect()2496 view.playSoundEffect(SoundEffectConstants.NAVIGATION_DOWN); in testPlaySoundEffect()