Searched refs:mUnlockSoundId (Results 1 – 1 of 1) sorted by relevance
321 private int mUnlockSoundId; field in KeyguardViewMediator750 mUnlockSoundId = mLockSounds.load(soundPath, 1); in setupLocked()752 if (soundPath == null || mUnlockSoundId == 0) { in setupLocked()1712 playSound(locked ? mLockSoundId : mUnlockSoundId); in playSounds()