Searched defs:soundConstant (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java22461 * @param soundConstant One of the constants defined in {@link SoundEffectConstants}
22463 public void playSoundEffect(int soundConstant) { argument
22467 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java250 public void playSoundEffect(int soundConstant) { argument
252 mAudioManager.playSoundEffect(soundConstant, ActivityManager.getCurrentUser());

Completed in 116 milliseconds