Searched refs:mImportantForeground5 (Results 1 – 1 of 1) sorted by relevance
159 private AlertEntry mImportantForeground5; field in PreprocessingManagerTest466 when(mNotificationDataManager.isNotificationSeen(mImportantForeground5)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()489 expectedResultUnseen.add(mImportantForeground5.getKey()); in onGroup_groupsNotificationsBySeenUnseen()931 mImportantForeground5 = new AlertEntry(mStatusBarNotification10); in initTestData()945 mAlertEntries.add(mImportantForeground5); in initTestData()960 mAlertEntriesMap.put(mImportantForeground5.getKey(), mImportantForeground5); in initTestData() local