Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java17 private int lastForegroundNotificationId; field in ShadowService
51 lastForegroundNotificationId = id; in startForeground()
69 nm.cancel(lastForegroundNotificationId); in removeForegroundNotification()
74 return lastForegroundNotificationId; in getLastForegroundNotificationId()