Searched refs:mUpdateMonitor (Results 1 – 7 of 7) sorted by relevance
59 private KeyguardUpdateMonitor mUpdateMonitor; field in BiometricsUnlockControllerTest84 when(mUpdateMonitor.isDeviceInteractive()).thenReturn(true); in setUp()94 mHandler, mUpdateMonitor, 0 /* wakeUpDelay */, mKeyguardBypassController); in setUp()108 reset(mUpdateMonitor); in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()111 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()121 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprint_dismissKeyguard()131 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()141 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFace_dontDismissKeyguard()154 when(mUpdateMonitor.isUnlockingWithBiometricAllowed()).thenReturn(true); in onBiometricAuthenticated_whenFace_andBypass_dismissKeyguard()164 reset(mUpdateMonitor); in onBiometricAuthenticated_whenFace_andBypass_encrypted_showBouncer()[all …]
106 private KeyguardUpdateMonitor mUpdateMonitor; field in NotificationPanelViewTest196 when(mUpdateMonitor.shouldListenForFace()).thenReturn(true); in testKeyguardStatusBarVisibility_hiddenForBypass()225 mUpdateMonitor = NotificationPanelViewTest.this.mUpdateMonitor; in TestableNotificationPanelView()
129 private final KeyguardUpdateMonitor mUpdateMonitor; field in BiometricUnlockController175 mUpdateMonitor = keyguardUpdateMonitor; in BiometricUnlockController()176 mUpdateMonitor.registerCallback(this); in BiometricUnlockController()222 if (!mUpdateMonitor.isDeviceInteractive()) { in onBiometricAcquired()253 if (mUpdateMonitor.isGoingToSleep()) { in onBiometricAuthenticated()277 boolean wasDeviceInteractive = mUpdateMonitor.isDeviceInteractive(); in startWakeAndUnlock()339 mUpdateMonitor.awakenFromDream(); in startWakeAndUnlock()393 && mUpdateMonitor.isUnlockingWithBiometricAllowed() in hasPendingAuthentication()411 boolean unlockingAllowed = mUpdateMonitor.isUnlockingWithBiometricAllowed(); in calculateModeForFingerprint()412 boolean deviceDreaming = mUpdateMonitor.isDreaming(); in calculateModeForFingerprint()[all …]
63 private final KeyguardUpdateMonitor mUpdateMonitor; field in LockscreenWallpaper78 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(ctx); in LockscreenWallpaper()105 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in getBitmap()208 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in run()
177 if (mFirstBypassAttempt && mUpdateMonitor.isUnlockingWithBiometricAllowed()) {218 protected KeyguardUpdateMonitor mUpdateMonitor; field in NotificationPanelView469 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in NotificationPanelView()544 mUpdateMonitor.registerCallback(mKeyguardUpdateCallback); in onAttachedToWindow()557 mUpdateMonitor.removeCallback(mKeyguardUpdateCallback); in onDetachedFromWindow()2299 boolean hideForBypass = mFirstBypassAttempt && mUpdateMonitor.shouldListenForFace() in updateHeaderKeyguardAlpha()2827 mUpdateMonitor.requestFaceAuth(); in onMiddleClicked()
281 private KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardViewMediator434 boolean simPinSecure = mUpdateMonitor.isSimPinSecure();543 notifyTrustedChangedLocked(mUpdateMonitor.getUserHasTrust(userId));649 boolean biometrics = mUpdateMonitor.isUnlockingWithBiometricsPossible(currentUser);652 mUpdateMonitor.getStrongAuthTracker();710 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in setupLocked()793 mUpdateMonitor.registerCallback(mUpdateCallback); in handleSystemReady()1017 mUpdateMonitor.dispatchScreenTurnedOn(); in onScreenTurnedOn()1023 mUpdateMonitor.dispatchScreenTurnedOff(); in onScreenTurnedOff()1225 mUpdateMonitor.setKeyguardOccluded(isOccluded); in handleSetOccluded()[all …]
95 private final KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardSecurityContainer132 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(mContext); in KeyguardSecurityContainer()240 && !mUpdateMonitor.isFaceDetectionRunning()) { in onTouchEvent()241 mUpdateMonitor.requestFaceAuth(); in onTouchEvent()490 if (mUpdateMonitor.getUserHasTrust(targetUserId)) { in showNextSecurityScreenOrFinish()493 } else if (mUpdateMonitor.getUserUnlockedWithBiometric(targetUserId)) { in showNextSecurityScreenOrFinish()603 mUpdateMonitor.cancelFaceAuth();