Searched refs:HISTORY_RETENTION_DAYS (Results 1 – 1 of 1) sorted by relevance
62 private static final int HISTORY_RETENTION_DAYS = 1; field in NotificationHistoryDatabase119 prune(HISTORY_RETENTION_DAYS, System.currentTimeMillis()); in init()410 scheduleDeletion(file.getBaseFile(), time, HISTORY_RETENTION_DAYS); in run() local