Searched refs:mLessImportantForeground (Results 1 – 1 of 1) sorted by relevance
154 private AlertEntry mLessImportantForeground; field in PreprocessingManagerTest284 assertThat(mAlertEntries.contains(mLessImportantForeground)).isFalse(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()459 when(mNotificationDataManager.isNotificationSeen(mLessImportantForeground)) in onGroup_groupsNotificationsBySeenUnseen()497 expectedResultSeen.add(mLessImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()1179 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()1193 mAlertEntries.add(mLessImportantForeground); in initTestData()1208 mAlertEntriesMap.put(mLessImportantForeground.getKey(), mLessImportantForeground); in initTestData() local