Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotificationManager.java15 public class ShadowNotificationManager { class
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java259 ShadowNotificationManager.class, in getDefaultShadowClasses()
769 public static ShadowNotificationManager shadowOf(NotificationManager other) { in shadowOf()
770 return (ShadowNotificationManager) Robolectric.shadowOf_(other); in shadowOf()