Searched refs:getBlockedChannelCount (Results 1 – 5 of 5) 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
2795 public int getBlockedChannelCount(String pkg, int uid) {2797 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