Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java154 private AlertEntry mImportantBackground; field in PreprocessingManagerTest
289 assertThat(mAlertEntries.contains(mImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
461 when(mNotificationDataManager.isNotificationSeen(mImportantBackground)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()
486 expectedResultUnseen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
493 expectedResultSeen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
925 mImportantBackground = new AlertEntry(mStatusBarNotification5); in initTestData()
939 mAlertEntries.add(mImportantBackground); in initTestData()
954 mAlertEntriesMap.put(mImportantBackground.getKey(), mImportantBackground); in initTestData() local