Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java364 int numPendingChildren = getPendingChildrenNotAlerting(groupAlertEntry.mGroup); in checkShouldTransferBack() local
365 numChildren += numPendingChildren; in checkShouldTransferBack()
383 boolean notifyImmediately = (numChildren - numPendingChildren) > 1; in checkShouldTransferBack()