Searched refs:pendingUnlockType (Results 1 – 1 of 1) sorted by relevance
41 private var pendingUnlockType: BiometricSourceType? = null variable in com.android.systemui.statusbar.phone.KeyguardBypassController82 pendingUnlockType = null in onStateChanged()94 lockscreenUserManager.addUserChangedListener { pendingUnlockType = null } in <lambda>()106 pendingUnlockType = biometricSourceType in onBiometricAuthenticated()114 if (pendingUnlockType != null) { in maybePerformPendingUnlock()115 if (onBiometricAuthenticated(pendingUnlockType!!)) { in maybePerformPendingUnlock()116 unlockController.startWakeAndUnlock(pendingUnlockType) in maybePerformPendingUnlock()117 pendingUnlockType = null in maybePerformPendingUnlock()153 pendingUnlockType = null in onStartedGoingToSleep()158 pw.print(" pendingUnlockType: "); pw.println(pendingUnlockType) in dump()