Searched refs:getAppsBypassingDndCount (Results 1 – 4 of 4) sorted by relevance
119 int getAppsBypassingDndCount(int uid); in getAppsBypassingDndCount() method
1428 assertEquals(0, mHelper.getAppsBypassingDndCount(USER.getIdentifier())); in testGetAppsBypassingDndCount_noAppsBypassing()1439 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_noAppsForUserIdBypassing()1453 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1458 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1477 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1481 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); // no apps can bypass dnd in testGetAppsBypassingDndCount_oneAppBypassing()1485 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1490 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1494 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()
1644 public int getAppsBypassingDndCount(int userId) { in getAppsBypassingDndCount() method in PreferencesHelper
4025 public int getAppsBypassingDndCount(int userId) {4027 return mPreferencesHelper.getAppsBypassingDndCount(userId);