Searched refs:mStatusBarNotification2 (Results 1 – 2 of 2) sorted by relevance
100 private StatusBarNotification mStatusBarNotification2; field in NotificationClickHandlerFactoryTest126 when(mStatusBarNotification2.getNotification()).thenReturn(notification2); in setUp()128 when(mStatusBarNotification2.getKey()).thenReturn("TEST_KEY_2"); in setUp()130 when(mStatusBarNotification2.getUser()).thenReturn(mUser2); in setUp()132 mAlertEntry2 = new AlertEntry(mStatusBarNotification2); in setUp()
100 private StatusBarNotification mStatusBarNotification2; field in PreprocessingManagerTest201 when(mStatusBarNotification2.getKey()).thenReturn("KEY_LESS_IMPORTANT_FOREGROUND"); in setup()217 when(mStatusBarNotification2.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()227 when(mStatusBarNotification2.getNotification()).thenReturn(mForegroundNotification); in setup()243 when(mStatusBarNotification2.getPackageName()).thenReturn(PKG); in setup()474 when(mStatusBarNotification2.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()1179 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()