Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardActiveUnlockModel.kt35 var triggerActiveUnlockForAssistant: Boolean = false, variable in com.android.keyguard.KeyguardActiveUnlockModel
52 triggerActiveUnlockForAssistant.toString(), in <lambda>()
78 triggerActiveUnlockForAssistant = model.triggerActiveUnlockForAssistant in insert()
DKeyguardUpdateMonitor.java2758 final boolean triggerActiveUnlockForAssistant = shouldTriggerActiveUnlockForAssistant(); in shouldTriggerActiveUnlock()
2778 (mAuthInterruptActive || triggerActiveUnlockForAssistant || awakeKeyguard) in shouldTriggerActiveUnlock()
2798 triggerActiveUnlockForAssistant, in shouldTriggerActiveUnlock()