Searched refs:mActiveUnlockConfig (Results 1 – 2 of 2) sorted by relevance
255 private ActiveUnlockConfig mActiveUnlockConfig; field in KeyguardUpdateMonitorTest1748 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in assistantVisible_requestActiveUnlock()1793 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in fingerprintFailure_requestActiveUnlock_dismissKeyguard()1817 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceNonBypassFailure_requestActiveUnlock_doesNotDismissKeyguard()1844 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceBypassFailure_requestActiveUnlock_dismissKeyguard()1869 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in faceNonBypassFailure_requestActiveUnlock_dismissKeyguard()1924 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldWakeup_requestActiveUnlock_forceDismissKeyguard()1929 when(mActiveUnlockConfig.shouldWakeupForceDismissKeyguard( in unfoldWakeup_requestActiveUnlock_forceDismissKeyguard()1950 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldWakeup_requestActiveUnlock_noDismissKeyguard()1955 when(mActiveUnlockConfig.shouldWakeupForceDismissKeyguard( in unfoldWakeup_requestActiveUnlock_noDismissKeyguard()[all …]
363 private final ActiveUnlockConfig mActiveUnlockConfig; field in KeyguardUpdateMonitor1200 if (mActiveUnlockConfig.shouldRequestActiveUnlockOnFaceAcquireInfo( in handleFaceAcquired()1263 if (mActiveUnlockConfig.shouldRequestActiveUnlockOnFaceError(msgId)) { in handleFaceError()2187 mActiveUnlockConfig = activeUnlockConfiguration; in KeyguardUpdateMonitor()2652 mActiveUnlockConfig.isWakeupConsideredUnlockIntent(wakeReason) in requestActiveUnlockFromWakeReason()2657 if (mActiveUnlockConfig.shouldWakeupForceDismissKeyguard(wakeReason)) { in requestActiveUnlockFromWakeReason()2684 mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin(requestOrigin); in requestActiveUnlock()2686 && !allowRequest && mActiveUnlockConfig.isActiveUnlockEnabled()) { in requestActiveUnlock()