Home
last modified time | relevance | path

Searched refs:getBlockedChannelCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java77 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()
284 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in NotificationBackend
286 return sINM.getBlockedChannelCount(pkg, uid); in getBlockedChannelCount()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java89 row.blockedChannelCount = getBlockedChannelCount(row.pkg, row.uid); in loadAppRow()
346 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in NotificationBackend
348 return sINM.getBlockedChannelCount(pkg, uid); in getBlockedChannelCount()