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