Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java104 private StatusBarNotification mStatusBarNotification4; field in PreprocessingManagerTest
203 when(mStatusBarNotification4.getKey()).thenReturn("KEY_NAVIGATION"); in setup()
219 when(mStatusBarNotification4.getGroupKey()).thenReturn(GROUP_KEY_B); in setup()
229 when(mStatusBarNotification4.getNotification()).thenReturn(mNavigationNotification); in setup()
245 when(mStatusBarNotification4.getPackageName()).thenReturn(PKG); in setup()
476 when(mStatusBarNotification4.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()
1181 mNavigation = new AlertEntry(mStatusBarNotification4); in initTestData()