Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java77 public Notification getLastForegroundNotification() { in getLastForegroundNotification() method in ShadowService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java77 assertThat(shadowOf(service).getLastForegroundNotification()).isSameAs(n); in startForeground()