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.java153 private AlertEntry mLessImportantBackground; field in PreprocessingManagerTest
283 assertThat(mAlertEntries.contains(mLessImportantBackground)).isTrue(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
461 when(mNotificationDataManager.isNotificationSeen(mLessImportantBackground)) in onGroup_groupsNotificationsBySeenUnseen()
1178 mLessImportantBackground = new AlertEntry(mStatusBarNotification1); in initTestData()
1192 mAlertEntries.add(mLessImportantBackground); in initTestData()
1207 mAlertEntriesMap.put(mLessImportantBackground.getKey(), mLessImportantBackground); in initTestData() local