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.java1836 int blockedCount = 0; in getBlockedChannelCount() local
1840 return blockedCount; in getBlockedChannelCount()
1846 blockedCount++; in getBlockedChannelCount()
1849 return blockedCount; in getBlockedChannelCount()