Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardFaceUnlockView.java249 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in isBouncerVisibleToUser() local
250 return updateMonitor.isKeyguardBouncer() && updateMonitor.isKeyguardVisible() && in isBouncerVisibleToUser()
251 updateMonitor.isScreenOn(); in isBouncerVisibleToUser()
DKeyguardActivityLauncher.java108 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(getContext()); in launchCamera() local
109 updateMonitor.setAlternateUnlockEnabled(false); in launchCamera()
130 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(getContext()); in mustLaunchSecurely() local
132 return lockPatternUtils.isSecure() && !updateMonitor.getUserHasTrust(currentUser); in mustLaunchSecurely()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java389 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in updateStates() local
391 updateMonitor.sendKeyguardVisibilityChanged(showing && !occluded); in updateStates()
394 updateMonitor.sendKeyguardBouncerChanged(bouncerShowing); in updateStates()
DKeyguardBottomAreaView.java226 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in getCameraIntent() local
227 boolean currentUserHasTrust = updateMonitor.getUserHasTrust( in getCameraIntent()