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.java1717 private void playSound(int soundId) { in playSound() argument
1718 if (soundId == 0) return; in playSound()
1734 int id = mLockSounds.play(soundId, in playSound()