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.java1512 int blockedCount = 0; in getBlockedChannelCount() local
1516 return blockedCount; in getBlockedChannelCount()
1522 blockedCount++; in getBlockedChannelCount()
1525 return blockedCount; in getBlockedChannelCount()