Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DBeeper.java50 private static final long ALLOWED_ALERT_INTERVAL = 1000; field in Beeper
124 return System.currentTimeMillis() - lastPostedTime > ALLOWED_ALERT_INTERVAL; in canAlert()