Searched refs:mLessImportantForeground (Results 1 – 1 of 1) sorted by relevance
151 private AlertEntry mLessImportantForeground; field in PreprocessingManagerTest281 assertThat(mAlertEntries.contains(mLessImportantForeground)).isFalse(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()456 when(mNotificationDataManager.isNotificationSeen(mLessImportantForeground)) in onGroup_groupsNotificationsBySeenUnseen()494 expectedResultSeen.add(mLessImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()922 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()936 mAlertEntries.add(mLessImportantForeground); in initTestData()951 mAlertEntriesMap.put(mLessImportantForeground.getKey(), mLessImportantForeground); in initTestData() local