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.java320 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument
322 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser()); in playSoundEffect()
/frameworks/base/core/java/android/view/
DView.java25559 public void playSoundEffect(int soundConstant) { in playSoundEffect() argument
25563 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()