Searched refs:getBlockedChannelCount (Results 1 – 6 of 6) sorted by relevance
100 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
1170 assertEquals(1, mHelper.getBlockedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetBlockedChannelCount()1171 assertEquals(0, mHelper.getBlockedChannelCount("pkg2", UID_O)); in testGetBlockedChannelCount()
1156 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper
2884 public int getBlockedChannelCount(String pkg, int uid) {2886 return mPreferencesHelper.getBlockedChannelCount(pkg, uid);
9385 PLcom/android/server/notification/NotificationManagerService$10;->getBlockedChannelCount(Ljava/lang…9778 PLcom/android/server/notification/PreferencesHelper;->getBlockedChannelCount(Ljava/lang/String;I)I
6441 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedChannelCount(Ljava/lang/String;I)I6633 Landroid/app/INotificationManager;->getBlockedChannelCount(Ljava/lang/String;I)I