Searched refs:getBlockedChannelCount (Results 1 – 5 of 5) sorted by relevance
109 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
1258 assertEquals(1, mHelper.getBlockedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetBlockedChannelCount()1259 assertEquals(0, mHelper.getBlockedChannelCount("pkg2", UID_O)); in testGetBlockedChannelCount()
1510 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper
3504 public int getBlockedChannelCount(String pkg, int uid) {3506 return mPreferencesHelper.getBlockedChannelCount(pkg, uid);
21316 PLcom/android/server/notification/NotificationManagerService$10;->getBlockedChannelCount(Ljava/lang…22131 HPLcom/android/server/notification/PreferencesHelper;->getBlockedChannelCount(Ljava/lang/String;I)I