Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java495 Set expectedResultSeen = new HashSet(); in onGroup_groupsNotificationsBySeenUnseen() local
496 expectedResultSeen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
497 expectedResultSeen.add(mLessImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
498 expectedResultSeen.add(mImportantForeground2.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
499 expectedResultSeen.add(mImportantForeground3.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
500 expectedResultSeen.add(mMedia.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
501 expectedResultSeen.add(mImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
524 assertThat(actualResultSeen).isEqualTo(expectedResultSeen); in onGroup_groupsNotificationsBySeenUnseen()