Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java159 private AlertEntry mImportantForeground2; field in PreprocessingManagerTest
466 when(mNotificationDataManager.isNotificationSeen(mImportantForeground2)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()
498 expectedResultSeen.add(mImportantForeground2.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
850 when(mNotificationDataManager.isNotificationSeen(mImportantForeground2)).thenReturn(true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
897 when(mNotificationDataManager.isNotificationSeen(mImportantForeground2)).thenReturn(true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_oldGroupNotDeleted()
1185 mImportantForeground2 = new AlertEntry(mStatusBarNotification7); in initTestData()
1199 mAlertEntries.add(mImportantForeground2); in initTestData()
1214 mAlertEntriesMap.put(mImportantForeground2.getKey(), mImportantForeground2); in initTestData() local