Home
last modified time | relevance | path

Searched refs:getBlockedAppCount (Results 1 – 2 of 2) 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/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java416 public int getBlockedAppCount() { in getBlockedAppCount() method in NotificationBackend
418 return sINM.getBlockedAppCount(UserHandle.myUserId()); in getBlockedAppCount()