Home
last modified time | relevance | path

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

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