Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java56 private static final int HISTORY_RETENTION_DAYS = 1; field in NotificationHistoryDatabase
230 prune(HISTORY_RETENTION_DAYS, System.currentTimeMillis()); in prune()