Searched refs:mImportantForeground4 (Results 1 – 1 of 1) sorted by relevance
158 private AlertEntry mImportantForeground4; field in PreprocessingManagerTest465 when(mNotificationDataManager.isNotificationSeen(mImportantForeground4)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()488 expectedResultUnseen.add(mImportantForeground4.getKey()); in onGroup_groupsNotificationsBySeenUnseen()930 mImportantForeground4 = new AlertEntry(mStatusBarNotification9); in initTestData()944 mAlertEntries.add(mImportantForeground4); in initTestData()959 mAlertEntriesMap.put(mImportantForeground4.getKey(), mImportantForeground4); in initTestData() local