Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowService.java20 private Notification lastForegroundNotification; field in ShadowService
59 lastForegroundNotification = notification; in startForeground()
69 return lastForegroundNotification; in getLastForegroundNotification()