Searched refs:timeSinceLastAlert (Results 1 – 1 of 1) sorted by relevance
76 final long timeSinceLastAlert = currentTime - sLastAlertTime; in showBadCalibrationNotification() local80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()81 Slog.v(TAG, "Skipping calibration notification : " + timeSinceLastAlert); in showBadCalibrationNotification()