Searched refs:LatestEventInfo (Results 1 – 1 of 1) sorted by relevance
21 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 ShadowNotification45 …private LatestEventInfo(CharSequence contentTitle, CharSequence contentText, PendingIntent content… in LatestEventInfo() method in ShadowNotification.LatestEventInfo