Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentController.java505 final int lowBound = mConstants.PENDINGINTENT_WARNING_THRESHOLD - RECENT_N + 1; in incrementUidStatLocked() local
507 if (newCount == lowBound) { in incrementUidStatLocked()
510 } else if (newCount > lowBound && newCount <= mConstants.PENDINGINTENT_WARNING_THRESHOLD) { in incrementUidStatLocked()