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.java133 private AlertEntry mImportantForeground; field in PreprocessingManagerTest
236 assertThat(mAlertEntries.contains(mImportantForeground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
339 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
341 AlertEntry optimized = mPreprocessingManager.optimizeForDriving(mImportantForeground); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
649 mImportantForeground, in onUpdateNotifications_notificationRemoved_removesNotification()
654 mImportantForeground.getKey())).isFalse(); in onUpdateNotifications_notificationRemoved_removesNotification()
667 when(mImportantForeground.getStatusBarNotification().getNotification()) in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
672 mImportantForeground, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
678 mImportantForeground.getKey()); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
722 mImportantForeground = new AlertEntry(mStatusBarNotification6); in initTestData()
[all …]