Home
last modified time | relevance | path

Searched refs:soundConstant (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java290 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument
292 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
/frameworks/base/core/java/android/view/
DView.java23634 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument
23638 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()