Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1030 private static final long PRUNE_MIN_WRITES = 1024; field in NotificationUsageStats.SQLiteLog
1263 if (sNumWrites > PRUNE_MIN_WRITES || in pruneIfNecessary()