Searched refs:mImportantForeground7 (Results 1 – 1 of 1) sorted by relevance
161 private AlertEntry mImportantForeground7; field in PreprocessingManagerTest468 when(mNotificationDataManager.isNotificationSeen(mImportantForeground7)).thenReturn(false); in onGroup_groupsNotificationsBySeenUnseen()491 expectedResultUnseen.add(mImportantForeground7.getKey()); in onGroup_groupsNotificationsBySeenUnseen()933 mImportantForeground7 = new AlertEntry(mStatusBarNotification12); in initTestData()947 mAlertEntries.add(mImportantForeground7); in initTestData()962 mAlertEntriesMap.put(mImportantForeground7.getKey(), mImportantForeground7); in initTestData() local