Searched refs:getBlockedChannelCount (Results 1 – 6 of 6) sorted by relevance
100 int getBlockedChannelCount(String pkg, int uid); in getBlockedChannelCount() method
1167 assertEquals(1, mHelper.getBlockedChannelCount(PKG_N_MR1, UID_N_MR1)); in testGetBlockedChannelCount()1168 assertEquals(0, mHelper.getBlockedChannelCount("pkg2", UID_O)); in testGetBlockedChannelCount()
1140 public int getBlockedChannelCount(String pkg, int uid) { in getBlockedChannelCount() method in PreferencesHelper
2809 public int getBlockedChannelCount(String pkg, int uid) {2811 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
6858 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedChannelCount(Ljava/lang/String;I)I7052 Landroid/app/INotificationManager;->getBlockedChannelCount(Ljava/lang/String;I)I