Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricNotificationUtils.java41 private static final long NOTIFICATION_INTERVAL_MS = 24 * 60 * 60 * 1000; field in BiometricNotificationUtils
80 if (sLastAlertTime != 0 && (timeSinceLastAlert < NOTIFICATION_INTERVAL_MS)) { in showBadCalibrationNotification()