Searched refs:getFromId (Results 1 – 5 of 5) sorted by relevance
74 public static NotificationType getFromId(int id) { in getFromId() method in NetworkNotificationManager.NotificationType190 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in showNotification()376 final NotificationType previousNotifyType = NotificationType.getFromId(previousEventId); in clearNotification()438 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