Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java151 private AlertEntry mLessImportantForeground; field in PreprocessingManagerTest
281 assertThat(mAlertEntries.contains(mLessImportantForeground)).isFalse(); in onFilter_dontShowLessImportantNotifications_filtersLessImportantForeground()
456 when(mNotificationDataManager.isNotificationSeen(mLessImportantForeground)) in onGroup_groupsNotificationsBySeenUnseen()
494 expectedResultSeen.add(mLessImportantForeground.getKey()); in onGroup_groupsNotificationsBySeenUnseen()
922 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()
936 mAlertEntries.add(mLessImportantForeground); in initTestData()
951 mAlertEntriesMap.put(mLessImportantForeground.getKey(), mLessImportantForeground); in initTestData() local