Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceController.java92 } else if (appRow.channelCount == appRow.blockedChannelCount) { in getNotificationSummary()
95 if (appRow.blockedChannelCount == 0) { in getNotificationSummary()
101 appRow.blockedChannelCount, appRow.blockedChannelCount)); in getNotificationSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppNotificationPreferenceControllerTest.java124 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()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java94 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()
702 public int blockedChannelCount; field in NotificationBackend.AppRow