Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl114 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1770 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper
DNotificationManagerService.java4159 public int getBlockedChannelCount(String pkg, int uid) {
4161 return mPreferencesHelper.getBlockedChannelCount(pkg, uid);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java2289 assertEquals(1, mHelper.getBlockedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetBlockedChannelCount()
2290 assertEquals(0, mHelper.getBlockedChannelCount("pkg2", UID_O)); in testGetBlockedChannelCount()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt6438 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedChannelCount(Ljava/lang/String;I)I
6630 Landroid/app/INotificationManager;->getBlockedChannelCount(Ljava/lang/String;I)I