Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java157 private AlertEntry mImportantBackground; field in PreprocessingManagerTest
292 assertThat(mAlertEntries.contains(mImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
464 when(mNotificationDataManager.isNotificationSeen(mImportantBackground)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()
489 expectedResultUnseen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
496 expectedResultSeen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
1182 mImportantBackground = new AlertEntry(mStatusBarNotification5); in initTestData()
1196 mAlertEntries.add(mImportantBackground); in initTestData()
1211 mAlertEntriesMap.put(mImportantBackground.getKey(), mImportantBackground); in initTestData() local