Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java76 final long timeSinceLastAlert = currentTime - sLastAlertTime; in showBadCalibrationNotification() local
80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()
81 Slog.v(TAG, "Skipping calibration notification : " + timeSinceLastAlert); in showBadCalibrationNotification()