Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java161 private AlertEntry mImportantForeground7; field in PreprocessingManagerTest
468 when(mNotificationDataManager.isNotificationSeen(mImportantForeground7)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()
491 expectedResultUnseen.add(mImportantForeground7.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
933 mImportantForeground7 = new AlertEntry(mStatusBarNotification12); in initTestData()
947 mAlertEntries.add(mImportantForeground7); in initTestData()
962 mAlertEntriesMap.put(mImportantForeground7.getKey(), mImportantForeground7); in initTestData() local