Home
last modified time | relevance | path

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

/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/applications/appinfo/
DAppNotificationPreferenceController.java89 } else if (appRow.channelCount == appRow.blockedChannelCount) { in getNotificationSummary()
92 if (appRow.blockedChannelCount == 0) { in getNotificationSummary()
98 appRow.blockedChannelCount, appRow.blockedChannelCount)); in getNotificationSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppNotificationPreferenceController.java89 } else if (appRow.channelCount == appRow.blockedChannelCount) { in getNotificationSummary()
92 if (appRow.blockedChannelCount == 0) { in getNotificationSummary()
98 appRow.blockedChannelCount, appRow.blockedChannelCount)); in getNotificationSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java77 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()
491 public int blockedChannelCount; field in NotificationBackend.AppRow
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java89 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()
607 public int blockedChannelCount; field in NotificationBackend.AppRow