Searched refs:sLastAlertTime (Results 1 – 1 of 1) sorted by relevance
42 private static long sLastAlertTime = 0; field in BiometricNotificationUtils76 final long timeSinceLastAlert = currentTime - sLastAlertTime; in showBadCalibrationNotification()80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()85 sLastAlertTime = currentTime; in showBadCalibrationNotification()