Searched refs:getAppsBypassingDndCount (Results 1 – 5 of 5) sorted by relevance
1363 assertEquals(0, mHelper.getAppsBypassingDndCount(USER.getIdentifier())); in testGetAppsBypassingDndCount_noAppsBypassing()1374 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_noAppsForUserIdBypassing()1388 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1393 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1412 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1416 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); // no apps can bypass dnd in testGetAppsBypassingDndCount_oneAppBypassing()1420 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1425 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1429 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()
116 int getAppsBypassingDndCount(int uid); in getAppsBypassingDndCount() method
1548 public int getAppsBypassingDndCount(int userId) { in getAppsBypassingDndCount() method in PreferencesHelper
3595 public int getAppsBypassingDndCount(int userId) {3597 return mPreferencesHelper.getAppsBypassingDndCount(userId);
21312 PLcom/android/server/notification/NotificationManagerService$10;->getAppsBypassingDndCount(I)I22129 HPLcom/android/server/notification/PreferencesHelper;->getAppsBypassingDndCount(I)I