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

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

Completed in 54 milliseconds