Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1047 private static final long HORIZON_MS = 7 * 24 * 60 * 60 * 1000L; // 1 week field in NotificationUsageStats.SQLiteLog
1299 long horizonStartMs = nowMs - HORIZON_MS; in pruneIfNecessary()