Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestForegroundManager.java28 private Notification mForegroundNotification; field in TestForegroundManager
38 mForegroundNotification = notification; in startForeground()
39 mNotificationManager.notify(null, mForegroundId, mForegroundNotification); in startForeground()
46 mForegroundNotification = null; in stopForeground()
50 assertNotNull(mForegroundNotification); in assertInForeground()
54 assertNull(mForegroundNotification); in assertInBackground()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DPreprocessingManagerTest.java120 private Notification mForegroundNotification; field in PreprocessingManagerTest
142 mForegroundNotification = generateNotification( in setup()
170 when(mStatusBarNotification2.getNotification()).thenReturn(mForegroundNotification); in setup()
174 when(mStatusBarNotification6.getNotification()).thenReturn(mForegroundNotification); in setup()
476 mForegroundNotification.when = 1; in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()
480 mForegroundNotification.extras.putBoolean(Notification.EXTRA_SHOW_WHEN, true); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()