Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java62 private static final int HISTORY_RETENTION_DAYS = 1; field in NotificationHistoryDatabase
410 scheduleDeletion(file.getBaseFile(), time, HISTORY_RETENTION_DAYS); in run() local