Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl105 int getBlockedAppCount(int userId); in getBlockedAppCount() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2128 assertEquals(0, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_noApps()
2134 assertEquals(0, mHelper.getBlockedAppCount(9)); in testGetBlockedAppCount_noAppsForUserId()
2143 assertEquals(3, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_appsForUserId()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1175 public int getBlockedAppCount(int userId) { in getBlockedAppCount() method in PreferencesHelper
DNotificationManagerService.java2931 public int getBlockedAppCount(int userId) {
2933 return mPreferencesHelper.getBlockedAppCount(userId);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6440 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedAppCount(I)I
6632 Landroid/app/INotificationManager;->getBlockedAppCount(I)I