Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ public class KeyguardBouncer { if (mExpansion == EXPANSION_VISIBLE) { mKeyguardView.onResume(); mKeyguardView.resetSecurityContainer(); showPromptReason(mBouncerPromptReason); } SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED, SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ public class KeyguardBouncer { if (mExpansion == EXPANSION_VISIBLE) { mKeyguardView.onResume(); mKeyguardView.resetSecurityContainer(); showPromptReason(mBouncerPromptReason); } SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED, SysUiStatsLog.KEYGUARD_BOUNCER_STATE_CHANGED__STATE__SHOWN); Loading