Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java59 protected void stopForeground(boolean removeNotification) { in stopForeground() argument
61 notificationShouldRemoved = removeNotification; in stopForeground()
62 if (removeNotification) { in stopForeground()