Home
last modified time | relevance | path

Searched refs:getNotificationRecordCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationManagerServiceTest.java534 assertEquals(1, mNotificationManagerService.getNotificationRecordCount()); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications()
546 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelNotificationImmediatelyAfterEnqueue()
576 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelNotificationWhilePostedAndEnqueued()
589 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue()
602 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelAllNotificationsImmediatelyAfterEnqueue()
620 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testUserInitiatedClearAll_noLeak()
638 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelAllNotificationsCancelsChildren()
651 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash()
679 assertEquals(0, mNotificationManagerService.getNotificationRecordCount()); in testCancelGroupSummaryMultipleEnqueuedChildrenDoesNotCrash()
693 assertEquals(1, mNotificationManagerService.getNotificationRecordCount()); in testCancelAllNotifications_IgnoreForegroundService()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java1114 int getNotificationRecordCount() { in getNotificationRecordCount() method in NotificationManagerService