Searched refs:pendingUnlock (Results 1 – 1 of 1) sorted by relevance
41 private var pendingUnlock: PendingUnlock? = null variable in com.android.systemui.statusbar.phone.KeyguardBypassController98 pendingUnlock = null in onStateChanged()113 pendingUnlock = null in onUserChanged()130 pendingUnlock = PendingUnlock(biometricSourceType, isStrongBiometric) in onBiometricAuthenticated()138 if (pendingUnlock != null) { in maybePerformPendingUnlock()139 if (onBiometricAuthenticated(pendingUnlock!!.pendingUnlockType, in maybePerformPendingUnlock()140 pendingUnlock!!.isStrongBiometric)) { in maybePerformPendingUnlock()141 unlockController.startWakeAndUnlock(pendingUnlock!!.pendingUnlockType, in maybePerformPendingUnlock()142 pendingUnlock!!.isStrongBiometric) in maybePerformPendingUnlock()143 pendingUnlock = null in maybePerformPendingUnlock()[all …]