Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java84 public void stopForeground() { in stopForeground() method in ShadowServiceTest
85 service.stopForeground(true); in stopForeground()
93 service.stopForeground(true); in stopForegroundRemovesNotificationIfAsked()
105 service.stopForeground(false); in stopForegroundDoesntRemoveNotificationUnlessAsked()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java59 protected void stopForeground(boolean removeNotification) { in stopForeground() method in ShadowService