Searched refs:getFromId (Results 1 – 5 of 5) sorted by relevance
71 public static NotificationType getFromId(int id) { in getFromId() method in NetworkNotificationManager.NotificationType185 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification()343 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in clearNotification()404 NotificationType t = NotificationType.getFromId(eventId); in nameOf()
123 final ParticipantData sender = ParticipantData .getFromId( in executeAction()
152 final ParticipantData sender = ParticipantData.getFromId(db, participantId); in executeAction()
365 final ParticipantData sender = ParticipantData.getFromId( in processBackgroundResponse()
152 public static ParticipantData getFromId(final DatabaseWrapper dbWrapper, in getFromId() method in ParticipantData