Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowNotificationBackend.java30 protected int getBlockedAppCount() { in getBlockedAppCount() method in ShadowNotificationBackend
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java320 public int getBlockedAppCount() { in getBlockedAppCount() method in NotificationBackend
322 return sINM.getBlockedAppCount(UserHandle.myUserId()); in getBlockedAppCount()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java382 public int getBlockedAppCount() { in getBlockedAppCount() method in NotificationBackend
384 return sINM.getBlockedAppCount(UserHandle.myUserId()); in getBlockedAppCount()