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.java241 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext);
242 if (!updateMonitor.isUnlockingWithFingerprintAllowed()) {
248 } else if (updateMonitor.isDeviceInteractive()) {
259 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext);
260 if (!updateMonitor.isUnlockingWithFingerprintAllowed()
267 } else if (updateMonitor.isDeviceInteractive()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java260 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getState() local
261 boolean fingerprintRunning = updateMonitor.isFingerprintDetectionRunning(); in getState()
262 boolean unlockingAllowed = updateMonitor.isUnlockingWithFingerprintAllowed(); in getState()
DStatusBarKeyguardViewManager.java490 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in updateStates() local
492 updateMonitor.onKeyguardVisibilityChanged(showing && !occluded); in updateStates()
495 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
DKeyguardBottomAreaView.java279 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getCameraIntent() local
280 boolean canSkipBouncer = updateMonitor.getUserCanSkipBouncer( in getCameraIntent()