Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java158 private AlertEntry mImportantForeground; field in PreprocessingManagerTest
293 assertThat(mAlertEntries.contains(mImportantForeground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
396 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
398 AlertEntry optimized = mPreprocessingManager.optimizeForDriving(mImportantForeground); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
465 when(mNotificationDataManager.isNotificationSeen(mImportantForeground)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()
501 expectedResultSeen.add(mImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
818 when(mNotificationDataManager.isNotificationSeen(mImportantForeground)).thenReturn(false); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
821 String key = mImportantForeground.getKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
822 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated()
849 when(mNotificationDataManager.isNotificationSeen(mImportantForeground)).thenReturn(true); in onAdditionalGroupAndRank_updateToNotificationInSeenGroup_newUnseenGroupCreated()
[all …]