Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java951 int blockedCount = 0; in getBlockedChannelCount() local
954 return blockedCount; in getBlockedChannelCount()
960 blockedCount++; in getBlockedChannelCount()
963 return blockedCount; in getBlockedChannelCount()