Searched refs:mImportantBackground (Results 1 – 1 of 1) sorted by relevance
132 private AlertEntry mImportantBackground; field in PreprocessingManagerTest235 assertThat(mAlertEntries.contains(mImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_doesNotFilterMoreImportant()721 mImportantBackground = new AlertEntry(mStatusBarNotification5); in initTestData()727 mAlertEntries.add(mImportantBackground); in initTestData()734 mAlertEntriesMap.put(mImportantBackground.getKey(), mImportantBackground); in initTestData() local