Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationClickHandlerFactoryTest.java96 private StatusBarNotification mStatusBarNotification2; field in NotificationClickHandlerFactoryTest
120 when(mStatusBarNotification2.getNotification()).thenReturn(notification2); in setUp()
122 when(mStatusBarNotification2.getKey()).thenReturn("TEST_KEY_2"); in setUp()
124 when(mStatusBarNotification2.getUser()).thenReturn(mUser2); in setUp()
126 mAlertEntry2 = new AlertEntry(mStatusBarNotification2); in setUp()
DPreprocessingManagerTest.java93 private StatusBarNotification mStatusBarNotification2; field in PreprocessingManagerTest
170 when(mStatusBarNotification2.getKey()).thenReturn("KEY_LESS_IMPORTANT_FOREGROUND"); in setup()
178 when(mStatusBarNotification2.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
186 when(mStatusBarNotification2.getNotification()).thenReturn(mForegroundNotification); in setup()
194 when(mStatusBarNotification2.getPackageName()).thenReturn(PKG); in setup()
718 mLessImportantForeground = new AlertEntry(mStatusBarNotification2); in initTestData()