Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java229 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getState() local
230 boolean fingerprintRunning = updateMonitor.isFingerprintDetectionRunning(); in getState()
231 boolean unlockingAllowed = updateMonitor.isUnlockingWithFingerprintAllowed(); in getState()
DStatusBarKeyguardViewManager.java419 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in updateStates() local
421 updateMonitor.sendKeyguardVisibilityChanged(showing && !occluded); in updateStates()
424 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
DKeyguardBottomAreaView.java260 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getCameraIntent() local
261 boolean canSkipBouncer = updateMonitor.getUserCanSkipBouncer( in getCameraIntent()