Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java159 private AlertEntry mImportantForeground5; field in PreprocessingManagerTest
466 when(mNotificationDataManager.isNotificationSeen(mImportantForeground5)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()
489 expectedResultUnseen.add(mImportantForeground5.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
931 mImportantForeground5 = new AlertEntry(mStatusBarNotification10); in initTestData()
945 mAlertEntries.add(mImportantForeground5); in initTestData()
960 mAlertEntriesMap.put(mImportantForeground5.getKey(), mImportantForeground5); in initTestData() local