Searched refs:mLessImportantForeground (Results 1 – 1 of 1) sorted by relevance
126 private AlertEntry mLessImportantForeground; field in PreprocessingManagerTest216 assertThat(mAlertEntries.contains(mLessImportantForeground)).isFalse(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()663 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()669 mAlertEntries.add(mLessImportantForeground); in initTestData()676 mAlertEntriesMap.put(mLessImportantForeground.getKey(), mLessImportantForeground); in initTestData() local