Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1715 private void playSound(int soundId) { in playSound() argument
1716 if (soundId == 0) return; in playSound()
1732 int id = mLockSounds.play(soundId, in playSound()