Home
last modified time | relevance | path

Searched refs:strongerAuthRequired (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardFingerprintListenModel.kt47 var strongerAuthRequired: Boolean = false, variable in com.android.keyguard.KeyguardFingerprintListenModel
79 strongerAuthRequired.toString(), in <lambda>()
120 strongerAuthRequired = model.strongerAuthRequired in insert()
DKeyguardUpdateMonitor.java2851 final boolean strongerAuthRequired = !isUnlockingWithFingerprintAllowed(); in shouldListenForFingerprint()
2853 !strongerAuthRequired || !mPrimaryBouncerIsOrWillBeShowing; in shouldListenForFingerprint()
2857 && !strongerAuthRequired in shouldListenForFingerprint()
2885 strongerAuthRequired, in shouldListenForFingerprint()