Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java42 private static long sLastAlertTime = 0; field in BiometricNotificationUtils
76 final long timeSinceLastAlert = currentTime - sLastAlertTime; in showBadCalibrationNotification()
80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()
85 sLastAlertTime = currentTime; in showBadCalibrationNotification()