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

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

Completed in 8 milliseconds