Home
last modified time | relevance | path

Searched refs:mImportantBackground (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java132 private AlertEntry mImportantBackground; field in PreprocessingManagerTest
235 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