Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DSecurityLogMonitor.java72 @VisibleForTesting static final int BUFFER_ENTRIES_NOTIFICATION_LEVEL = 1024; field in SecurityLogMonitor
77 private static final int BUFFER_ENTRIES_MAXIMUM_LEVEL = BUFFER_ENTRIES_NOTIFICATION_LEVEL * 10;
462 if (logSize >= BUFFER_ENTRIES_NOTIFICATION_LEVEL || (force && logSize > 0)) { in notifyDeviceOwnerIfNeeded()