Searched refs:mLessImportantBackground (Results 1 – 1 of 1) sorted by relevance
153 private AlertEntry mLessImportantBackground; field in PreprocessingManagerTest283 assertThat(mAlertEntries.contains(mLessImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()461 when(mNotificationDataManager.isNotificationSeen(mLessImportantBackground)) in onGroup_groupsNotificationsBySeenUnseen()1178 mLessImportantBackground = new AlertEntry(mStatusBarNotification1); in initTestData()1192 mAlertEntries.add(mLessImportantBackground); in initTestData()1207 mAlertEntriesMap.put(mLessImportantBackground.getKey(), mLessImportantBackground); in initTestData() local