Searched refs:mUnlockSoundId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java302 private int mUnlockSoundId; field in class:KeyguardViewMediator
655 mUnlockSoundId = mLockSounds.load(soundPath, 1);
657 if (soundPath == null || mUnlockSoundId == 0) {
1521 playSound(locked ? mLockSoundId : mUnlockSoundId);

Completed in 4628 milliseconds