Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java160 private AlertEntry mImportantForeground3; field in PreprocessingManagerTest
467 when(mNotificationDataManager.isNotificationSeen(mImportantForeground3)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()
499 expectedResultSeen.add(mImportantForeground3.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
851 when(mNotificationDataManager.isNotificationSeen(mImportantForeground3)).thenReturn(true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
898 when(mNotificationDataManager.isNotificationSeen(mImportantForeground3)).thenReturn(true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
1186 mImportantForeground3 = new AlertEntry(mStatusBarNotification8); in initTestData()
1200 mAlertEntries.add(mImportantForeground3); in initTestData()
1215 mAlertEntriesMap.put(mImportantForeground3.getKey(), mImportantForeground3); in initTestData() local