Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java635 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in onBiometricHelp() local
636 if (!updateMonitor.isUnlockingWithBiometricAllowed()) { in onBiometricHelp()
643 } else if (updateMonitor.isScreenOn()) { in onBiometricHelp()
652 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in onBiometricError() local
653 if (shouldSuppressBiometricError(msgId, biometricSourceType, updateMonitor)) { in onBiometricError()
659 } else if (updateMonitor.isScreenOn()) { in onBiometricError()
676 BiometricSourceType biometricSourceType, KeyguardUpdateMonitor updateMonitor) { in shouldSuppressBiometricError() argument
678 return shouldSuppressFingerprintError(msgId, updateMonitor); in shouldSuppressBiometricError()
680 return shouldSuppressFaceError(msgId, updateMonitor); in shouldSuppressBiometricError()
685 KeyguardUpdateMonitor updateMonitor) { in shouldSuppressFingerprintError() argument
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java735 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in updateStates() local
737 updateMonitor.onKeyguardVisibilityChanged(showing && !occluded); in updateStates()
740 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
DLockIcon.java372 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getState() local
377 } else if (updateMonitor.isFaceDetectionRunning()) { in getState()
DKeyguardBottomAreaView.java820 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getIntent() local
821 boolean canSkipBouncer = updateMonitor.getUserCanSkipBouncer( in getIntent()