Searched refs:NOTIFICATION_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
41 private static final long NOTIFICATION_INTERVAL_MS = 24 * 60 * 60 * 1000; field in BiometricNotificationUtils80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()