Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java158 private AlertEntry mImportantForeground4; field in PreprocessingManagerTest
465 when(mNotificationDataManager.isNotificationSeen(mImportantForeground4)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()
488 expectedResultUnseen.add(mImportantForeground4.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
930 mImportantForeground4 = new AlertEntry(mStatusBarNotification9); in initTestData()
944 mAlertEntries.add(mImportantForeground4); in initTestData()
959 mAlertEntriesMap.put(mImportantForeground4.getKey(), mImportantForeground4); in initTestData() local