Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl100 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java1170 assertEquals(1, mHelper.getBlockedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetBlockedChannelCount()
1171 assertEquals(0, mHelper.getBlockedChannelCount("pkg2", UID_O)); in testGetBlockedChannelCount()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1156 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper
DNotificationManagerService.java2884 public int getBlockedChannelCount(String pkg, int uid) {
2886 return mPreferencesHelper.getBlockedChannelCount(pkg, uid);
/frameworks/base/services/
Dart-profile9385 PLcom/android/server/notification/NotificationManagerService$10;->getBlockedChannelCount(Ljava/lang…
9778 PLcom/android/server/notification/PreferencesHelper;->getBlockedChannelCount(Ljava/lang/String;I)I
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt6441 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedChannelCount(Ljava/lang/String;I)I
6633 Landroid/app/INotificationManager;->getBlockedChannelCount(Ljava/lang/String;I)I