Home
last modified time | relevance | path

Searched refs:shouldAllowActiveUnlockFromOrigin (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DActiveUnlockConfigTest.kt100 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 …]
DKeyguardUpdateMonitorTest.java1748 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DActiveUnlockConfig.kt318 fun shouldAllowActiveUnlockFromOrigin(requestOrigin: ActiveUnlockRequestOrigin): Boolean { in shouldAllowActiveUnlockFromOrigin() method
DKeyguardUpdateMonitor.java2684 mActiveUnlockConfig.shouldAllowActiveUnlockFromOrigin(requestOrigin); in requestActiveUnlock()