Searched refs:getBlockedAppCount (Results 1 – 5 of 5) sorted by relevance
105 int getBlockedAppCount(int userId); in getBlockedAppCount() method
2128 assertEquals(0, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_noApps()2134 assertEquals(0, mHelper.getBlockedAppCount(9)); in testGetBlockedAppCount_noAppsForUserId()2143 assertEquals(3, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_appsForUserId()
1175 public int getBlockedAppCount(int userId) { in getBlockedAppCount() method in PreferencesHelper
2931 public int getBlockedAppCount(int userId) {2933 return mPreferencesHelper.getBlockedAppCount(userId);
6440 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedAppCount(I)I6632 Landroid/app/INotificationManager;->getBlockedAppCount(I)I