Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java18 private Notification lastForegroundNotification; field in ShadowService
52 lastForegroundNotification = notification; in startForeground()
70 lastForegroundNotification = null; in removeForegroundNotification()
78 return lastForegroundNotification; in getLastForegroundNotification()