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