Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1961 assertEquals(1, mService.getNotificationRecordCount()); in testEnqueueNotificationWithTag_PopulatesGetActiveNotifications()
2319 assertEquals(0, mService.getNotificationRecordCount()); in testCancelNotificationImmediatelyAfterEnqueue()
2342 assertEquals(1, mService.getNotificationRecordCount()); in testPostCancelPostNotifiesListeners()
2360 assertEquals(0, mService.getNotificationRecordCount()); in testCancelNotificationWhilePostedAndEnqueued()
2378 assertEquals(0, mService.getNotificationRecordCount()); in testCancelNotificationsFromListenerImmediatelyAfterEnqueue()
2392 assertEquals(0, mService.getNotificationRecordCount()); in testCancelAllNotificationsImmediatelyAfterEnqueue()
2411 assertEquals(0, mService.getNotificationRecordCount()); in testUserInitiatedClearAll_noLeak()
2436 assertEquals(0, mService.getNotificationRecordCount()); in testCancelAllNotificationsCancelsChildren()
2450 assertEquals(0, mService.getNotificationRecordCount()); in testCancelAllNotificationsMultipleEnqueuedDoesNotCrash()
2483 assertEquals(0, mService.getNotificationRecordCount()); in testCancelGroupSummaryMultipleEnqueuedChildrenDoesNotCrash()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2297 int getNotificationRecordCount() { in getNotificationRecordCount() method in NotificationManagerService