Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java73 public int getLastForegroundNotificationId() { in getLastForegroundNotificationId() method in ShadowService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java78 assertThat(shadowOf(service).getLastForegroundNotificationId()).isEqualTo(23); in startForeground()