Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentController.java75 private static final int RECENT_N = 10; field in PendingIntentController
429 final int lowBound = mConstants.PENDINGINTENT_WARNING_THRESHOLD - RECENT_N + 1; in incrementUidStatLocked()
432 recentHistory = new RingBuffer(String.class, RECENT_N); in incrementUidStatLocked()
446 + ", recent " + RECENT_N + ": " + Arrays.toString(recentHistory.toArray())); in incrementUidStatLocked()
463 if (newCount == mConstants.PENDINGINTENT_WARNING_THRESHOLD - RECENT_N) { in decrementUidStatLocked()