Home
last modified time | relevance | path

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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotification.java12 public class ShadowNotification { class
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java255 ShadowNotification.class, in getDefaultShadowClasses()
765 public static ShadowNotification shadowOf(Notification other) { in shadowOf()
766 return (ShadowNotification) Robolectric.shadowOf_(other); in shadowOf()