Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricNotificationUtils.java56 private static long sLastAlertTime = 0; field in BiometricNotificationUtils
138 final long timeSinceLastAlert = currentTime - sLastAlertTime; in showBadCalibrationNotification()
142 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()
147 sLastAlertTime = currentTime; in showBadCalibrationNotification()