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

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

Completed in 142 milliseconds