Searched refs:mImportantForeground (Results 1 – 1 of 1) sorted by relevance
130 private AlertEntry mImportantForeground; field in PreprocessingManagerTest225 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 …]