Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java481 private int mUnlockSoundId; field in KeyguardViewMediator
1619 mUnlockSoundId = mLockSounds.load(soundPath, 1);
1621 if (soundPath == null || mUnlockSoundId == 0) {
2779 playSound(locked ? mLockSoundId : mUnlockSoundId);