Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java130 private AlertEntry mImportantForeground; field in PreprocessingManagerTest
225 assertThat(mAlertEntries.contains(mImportantForeground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()
328 when(mImportantForeground.getNotification()).thenReturn(messageNotification); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
330 AlertEntry optimized = mPreprocessingManager.optimizeForDriving(mImportantForeground); in onOptimizeForDriving_alertEntryHasMessageNotification_doesNotTrimMessageTexts()
594 mImportantForeground, in onUpdateNotifications_notificationRemoved_removesNotification()
599 mImportantForeground.getKey())).isFalse(); in onUpdateNotifications_notificationRemoved_removesNotification()
612 when(mImportantForeground.getStatusBarNotification().getNotification()) in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
617 mImportantForeground, in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
623 mImportantForeground.getKey()); in onUpdateNotification_notificationPosted_isUpdate_putsNotification()
667 mImportantForeground = new AlertEntry(mStatusBarNotification6); in initTestData()
[all …]