Searched refs:mForegroundNotification (Results 1 – 2 of 2) sorted by relevance
28 private Notification mForegroundNotification; field in TestForegroundManager38 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()
123 private Notification mForegroundNotification; field in PreprocessingManagerTest158 mForegroundNotification = generateNotification( in setup()186 when(mStatusBarNotification2.getNotification()).thenReturn(mForegroundNotification); in setup()190 when(mStatusBarNotification6.getNotification()).thenReturn(mForegroundNotification); in setup()487 mForegroundNotification.when = 1; in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()491 mForegroundNotification.extras.putBoolean(Notification.EXTRA_SHOW_WHEN, true); in onGroup_childNotificationHasTimeStamp_groupHasMostRecentTimeStamp()