Searched refs:mImportantBackground (Results 1 – 1 of 1) sorted by relevance
154 private AlertEntry mImportantBackground; field in PreprocessingManagerTest289 assertThat(mAlertEntries.contains(mImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()461 when(mNotificationDataManager.isNotificationSeen(mImportantBackground)).thenReturn(true); in onGroup_groupsNotificationsBySeenUnseen()486 expectedResultUnseen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()493 expectedResultSeen.add(mImportantBackground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()925 mImportantBackground = new AlertEntry(mStatusBarNotification5); in initTestData()939 mAlertEntries.add(mImportantBackground); in initTestData()954 mAlertEntriesMap.put(mImportantBackground.getKey(), mImportantBackground); in initTestData() local