Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardActiveUnlockModel.kt33 var primaryAuthRequired: Boolean = false, variable in com.android.keyguard.KeyguardActiveUnlockModel
50 primaryAuthRequired.toString(), in <lambda>()
76 primaryAuthRequired = model.primaryAuthRequired in insert()
DKeyguardUpdateMonitor.java2753 final boolean primaryAuthRequired = !isUnlockingWithBiometricAllowed(true); in shouldTriggerActiveUnlock()
2760 && !primaryAuthRequired in shouldTriggerActiveUnlock()
2773 primaryAuthRequired, in shouldTriggerActiveUnlock()