Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotification.java21 private LatestEventInfo latestEventInfo;
32 latestEventInfo = new LatestEventInfo(contentTitle, contentText, contentIntent); in setLatestEventInfo()
36 public LatestEventInfo getLatestEventInfo() { in getLatestEventInfo()
40 public static class LatestEventInfo { class in ShadowNotification
45 …private LatestEventInfo(CharSequence contentTitle, CharSequence contentText, PendingIntent content… in LatestEventInfo() method in ShadowNotification.LatestEventInfo