Home
last modified time | relevance | path

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

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