Home
last modified time | relevance | path

Searched refs:mUpdateMonitor (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java59 private KeyguardUpdateMonitor mUpdateMonitor; field in BiometricsUnlockControllerTest
84 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 …]
DNotificationPanelViewTest.java106 private KeyguardUpdateMonitor mUpdateMonitor; field in NotificationPanelViewTest
196 when(mUpdateMonitor.shouldListenForFace()).thenReturn(true); in testKeyguardStatusBarVisibility_hiddenForBypass()
225 mUpdateMonitor = NotificationPanelViewTest.this.mUpdateMonitor; in TestableNotificationPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java129 private final KeyguardUpdateMonitor mUpdateMonitor; field in BiometricUnlockController
175 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 …]
DLockscreenWallpaper.java63 private final KeyguardUpdateMonitor mUpdateMonitor; field in LockscreenWallpaper
78 mUpdateMonitor = KeyguardUpdateMonitor.getInstance(ctx); in LockscreenWallpaper()
105 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in getBitmap()
208 mUpdateMonitor.setHasLockscreenWallpaper(result.bitmap != null); in run()
DNotificationPanelView.java177 if (mFirstBypassAttempt && mUpdateMonitor.isUnlockingWithBiometricAllowed()) {
218 protected KeyguardUpdateMonitor mUpdateMonitor; field in NotificationPanelView
469 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java281 private KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardViewMediator
434 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 …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java95 private final KeyguardUpdateMonitor mUpdateMonitor; field in KeyguardSecurityContainer
132 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();