Searched refs:getBlockedAppCount (Results 1 – 5 of 5) sorted by relevance
114 int getBlockedAppCount(int userId); in getBlockedAppCount() method
2250 assertEquals(0, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_noApps()2256 assertEquals(0, mHelper.getBlockedAppCount(9)); in testGetBlockedAppCount_noAppsForUserId()2265 assertEquals(3, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_appsForUserId()
1529 public int getBlockedAppCount(int userId) { in getBlockedAppCount() method in PreferencesHelper
3589 public int getBlockedAppCount(int userId) {3591 return mPreferencesHelper.getBlockedAppCount(userId);
21315 PLcom/android/server/notification/NotificationManagerService$10;->getBlockedAppCount(I)I22130 HPLcom/android/server/notification/PreferencesHelper;->getBlockedAppCount(I)I