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

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

Completed in 117 milliseconds