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/
DPreferencesHelper.java1158 int blockedCount = 0; in getBlockedChannelCount() local
1162 return blockedCount; in getBlockedChannelCount()
1168 blockedCount++; in getBlockedChannelCount()
1171 return blockedCount; in getBlockedChannelCount()