Searched refs:getBlockedAppCount (Results 1 – 5 of 5) sorted by relevance
105 int getBlockedAppCount(int userId); in getBlockedAppCount() method
2149 assertEquals(0, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_noApps()2155 assertEquals(0, mHelper.getBlockedAppCount(9)); in testGetBlockedAppCount_noAppsForUserId()2164 assertEquals(3, mHelper.getBlockedAppCount(0)); in testGetBlockedAppCount_appsForUserId()
1159 public int getBlockedAppCount(int userId) { in getBlockedAppCount() method in PreferencesHelper
2856 public int getBlockedAppCount(int userId) {2858 return mPreferencesHelper.getBlockedAppCount(userId);
6857 Landroid/app/INotificationManager$Stub$Proxy;->getBlockedAppCount(I)I7051 Landroid/app/INotificationManager;->getBlockedAppCount(I)I