Searched refs:getAppsBypassingDndCount (Results 1 – 5 of 5) sorted by relevance
1272 assertEquals(0, mHelper.getAppsBypassingDndCount(USER.getIdentifier())); in testGetAppsBypassingDndCount_noAppsBypassing()1283 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_noAppsForUserIdBypassing()1297 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1302 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1321 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1325 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); // no apps can bypass dnd in testGetAppsBypassingDndCount_oneAppBypassing()1329 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1334 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1338 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()
107 int getAppsBypassingDndCount(int uid); in getAppsBypassingDndCount() method
1178 public int getAppsBypassingDndCount(int userId) { in getAppsBypassingDndCount() method in PreferencesHelper
2862 public int getAppsBypassingDndCount(int userId) {2864 return mPreferencesHelper.getAppsBypassingDndCount(userId);
9382 PLcom/android/server/notification/NotificationManagerService$10;->getAppsBypassingDndCount(I)I9777 PLcom/android/server/notification/PreferencesHelper;->getAppsBypassingDndCount(I)I