Searched refs:setLatestEventInfo (Results 1 – 3 of 3) sorted by relevance
20 notification.setLatestEventInfo(application, "title", "content", pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
20 notification.setLatestEventInfo(new Activity(), "title", "content", pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
30 public void setLatestEventInfo(Context context, CharSequence contentTitle, in setLatestEventInfo() method in ShadowNotification