Searched refs:getAppsBypassingDndCount (Results 1 – 5 of 5) sorted by relevance
1275 assertEquals(0, mHelper.getAppsBypassingDndCount(USER.getIdentifier())); in testGetAppsBypassingDndCount_noAppsBypassing()1286 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_noAppsForUserIdBypassing()1300 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1305 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked()1324 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1328 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); // no apps can bypass dnd in testGetAppsBypassingDndCount_oneAppBypassing()1332 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1337 assertEquals(1, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()1341 assertEquals(0, mHelper.getAppsBypassingDndCount(user)); in testGetAppsBypassingDndCount_oneAppBypassing()
107 int getAppsBypassingDndCount(int uid); in getAppsBypassingDndCount() method
1194 public int getAppsBypassingDndCount(int userId) { in getAppsBypassingDndCount() method in PreferencesHelper
2937 public int getAppsBypassingDndCount(int userId) {2939 return mPreferencesHelper.getAppsBypassingDndCount(userId);
9382 PLcom/android/server/notification/NotificationManagerService$10;->getAppsBypassingDndCount(I)I9777 PLcom/android/server/notification/PreferencesHelper;->getAppsBypassingDndCount(I)I