Home
last modified time | relevance | path

Searched refs:mShowKeyguardWakeLock (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java274 private PowerManager.WakeLock mShowKeyguardWakeLock; field in KeyguardViewMediator
898 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard"); in setupLocked()
899 mShowKeyguardWakeLock.setReferenceCounted(false); in setupLocked()
1681 mShowKeyguardWakeLock.acquire(); in showLocked()
2101 mShowKeyguardWakeLock.release(); in handleShow()