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