Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java102 private StatusBarNotification mStatusBarNotification3; field in PreprocessingManagerTest
202 when(mStatusBarNotification3.getKey()).thenReturn("KEY_MEDIA"); in setup()
218 when(mStatusBarNotification3.getGroupKey()).thenReturn(GROUP_KEY_A); in setup()
228 when(mStatusBarNotification3.getNotification()).thenReturn(mMediaNotification); in setup()
244 when(mStatusBarNotification3.getPackageName()).thenReturn(PKG); in setup()
475 when(mStatusBarNotification3.getGroupKey()).thenReturn(GROUP_KEY_A); in onGroup_groupsNotificationsBySeenUnseen()
1180 mMedia = new AlertEntry(mStatusBarNotification3); in initTestData()