Searched defs:mTrustedSoundId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java304 private int mTrustedSoundId; field in class:KeyguardViewMediator
718 mTrustedSoundId = mLockSounds.load(soundPath, 1);
720 if (soundPath == null || mTrustedSoundId == 0) {
1690 playSound(mTrustedSoundId);

Completed in 205 milliseconds