Searched refs:shouldAllowActiveUnlockFromOrigin (Results 1 – 4 of 4) sorted by relevance
100 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onWakeupSettingChanged()111 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onWakeupSettingChanged()116 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onWakeupSettingChanged()121 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onWakeupSettingChanged()126 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onWakeupSettingChanged()136 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onUnlockIntentLegacySettingChanged()148 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onUnlockIntentLegacySettingChanged()153 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onUnlockIntentLegacySettingChanged()158 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onUnlockIntentLegacySettingChanged()163 activeUnlockConfig.shouldAllowActiveUnlockFromOrigin( in onUnlockIntentLegacySettingChanged()[all …]
1748 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()1950 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldWakeup_requestActiveUnlock_noDismissKeyguard()1976 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldFromPostureChange_requestActiveUnlock_forceDismissKeyguard()2003 when(mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin( in unfoldFromPostureChange_requestActiveUnlock_noDismissKeyguard()
318 fun shouldAllowActiveUnlockFromOrigin(requestOrigin: ActiveUnlockRequestOrigin): Boolean { in shouldAllowActiveUnlockFromOrigin() method
2684 mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin(requestOrigin); in requestActiveUnlock()