Searched refs:mActiveUnlockConfig (Results 1 – 2 of 2) sorted by relevance
267 private ActiveUnlockConfig mActiveUnlockConfig; field in KeyguardUpdateMonitorTest2589 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in assistantVisible_requestActiveUnlock()2614 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in fingerprintFailure_requestActiveUnlock_dismissKeyguard()2637 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceNonBypassFailure_requestActiveUnlock_doesNotDismissKeyguard()2661 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceBypassFailure_requestActiveUnlock_dismissKeyguard()2683 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceNonBypassFailure_requestActiveUnlock_dismissKeyguard()2784 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldWakeup_requestActiveUnlock_forceDismissKeyguard()2789 when(mActiveUnlockConfig.shouldWakeupForceDismissKeyguard( in unfoldWakeup_requestActiveUnlock_forceDismissKeyguard()2814 when(mActiveUnlockConfig.shouldWakeupForceDismissKeyguard( in unfoldWakeup_requestActiveUnlock_noDismissKeyguard()2839 when(mActiveUnlockConfig.shouldWakeupForceDismissKeyguard( in unfoldFromPostureChange_requestActiveUnlock_forceDismissKeyguard()[all …]
420 private final ActiveUnlockConfig mActiveUnlockConfig; field in KeyguardUpdateMonitor1292 if (mActiveUnlockConfig.shouldRequestActiveUnlockOnFaceAcquireInfo( in handleFaceAcquired()1407 if (mActiveUnlockConfig.shouldRequestActiveUnlockOnFaceError(msgId)) { in handleFaceError()2395 mActiveUnlockConfig = activeUnlockConfiguration; in KeyguardUpdateMonitor()2409 mActiveUnlockConfig.setKeyguardUpdateMonitor(this); in KeyguardUpdateMonitor()2919 mActiveUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason) in requestActiveUnlockFromWakeReason()2924 if (mActiveUnlockConfig.shouldWakeupForceDismissKeyguard(wakeReason)) { in requestActiveUnlockFromWakeReason()2951 mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin(requestOrigin); in requestActiveUnlock()2953 && !allowRequest && mActiveUnlockConfig.isActiveUnlockEnabled()) { in requestActiveUnlock()