Searched refs:mLessImportantBackground (Results 1 – 1 of 1) sorted by relevance
128 private AlertEntry mLessImportantBackground; field in PreprocessingManagerTest226 assertThat(mAlertEntries.contains(mLessImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()717 mLessImportantBackground = new AlertEntry(mStatusBarNotification1); in initTestData()723 mAlertEntries.add(mLessImportantBackground); in initTestData()730 mAlertEntriesMap.put(mLessImportantBackground.getKey(), mLessImportantBackground); in initTestData() local