Searched refs:blockedChannelCount (Results 1 – 3 of 3) sorted by relevance
92 } else if (appRow.channelCount == appRow.blockedChannelCount) { in getNotificationSummary()95 if (appRow.blockedChannelCount == 0) { in getNotificationSummary()101 appRow.blockedChannelCount, appRow.blockedChannelCount)); in getNotificationSummary()
124 appRow.blockedChannelCount = 30; in getNotificationSummary_appBlocked()134 appRow.blockedChannelCount = 30; in getNotificationSummary_appNotBlockedAllChannelsBlocked()145 appRow.blockedChannelCount = 30; in getNotificationSummary_appNotBlocked()162 appRow.blockedChannelCount = 0; in getNotificationSummary_channelsNotBlocked()176 appRow.blockedChannelCount = 0; in getNotificationSummary_noChannels()
94 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()702 public int blockedChannelCount; field in NotificationBackend.AppRow