Searched refs:mLessImportantForeground (Results 1 – 1 of 1) sorted by relevance
129 private AlertEntry mLessImportantForeground; field in PreprocessingManagerTest227 assertThat(mAlertEntries.contains(mLessImportantForeground)).isFalse(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()718 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()724 mAlertEntries.add(mLessImportantForeground); in initTestData()731 mAlertEntriesMap.put(mLessImportantForeground.getKey(), mLessImportantForeground); in initTestData() local