Searched refs:deviceInteractive (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
H A D | BiometricUnlockLogger.kt | 65 deviceInteractive: Boolean, 73 bool1 = deviceInteractive 89 deviceInteractive: Boolean, 99 bool3 = deviceInteractive 112 deviceInteractive: Boolean, 121 bool1 = deviceInteractive 138 deviceInteractive: Boolean, 149 bool2 = deviceInteractive
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardFingerprintListenModel.kt | 36 var deviceInteractive: Boolean = false, 68 deviceInteractive.toString(), 109 deviceInteractive = model.deviceInteractive
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 563 final boolean deviceInteractive = mUpdateMonitor.isDeviceInteractive(); in calculateModeForFingerprint() 567 logCalculateModeForFingerprint(unlockingAllowed, deviceInteractive, in calculateModeForFingerprint() 569 if (!deviceInteractive) { in calculateModeForFingerprint() 598 private void logCalculateModeForFingerprint(boolean unlockingAllowed, boolean deviceInteractive, in logCalculateModeForFingerprint() argument 601 mLogger.logCalculateModeForFingerprintUnlockingAllowed(deviceInteractive, in logCalculateModeForFingerprint() 619 final boolean deviceInteractive = mUpdateMonitor.isDeviceInteractive(); in calculateModeForPassiveAuth() 627 logCalculateModeForPassiveAuth(unlockingAllowed, deviceInteractive, isKeyguardShowing, in calculateModeForPassiveAuth() 629 if (!deviceInteractive) { in calculateModeForPassiveAuth() 668 boolean deviceInteractive, boolean keyguardShowing, boolean deviceDreaming, in logCalculateModeForPassiveAuth() argument 672 deviceInteractive, keyguardShowing, deviceDreaming, bypass); in logCalculateModeForPassiveAuth() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeLogger.kt | 382 deviceInteractive: Boolean, 393 bool4 = deviceInteractive
|