Searched refs:soundConstant (Results 1 – 2 of 2) sorted by relevance
320 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument322 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
25559 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument25563 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()