Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java149 private Notification mBackgroundNotification; field in PreprocessingManagerTest
192 mBackgroundNotification = generateNotification(/* isForeground= */ false, in setup()
226 when(mStatusBarNotification1.getNotification()).thenReturn(mBackgroundNotification); in setup()
230 when(mStatusBarNotification5.getNotification()).thenReturn(mBackgroundNotification); in setup()
650 mBackgroundNotification.when = 0; in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()
654 mBackgroundNotification.extras.putBoolean(Notification.EXTRA_SHOW_WHEN, true); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()