Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DReceiveMmsMessageAction.java123 final ParticipantData sender = ParticipantData .getFromId( in executeAction()
DReceiveSmsMessageAction.java151 final ParticipantData sender = ParticipantData.getFromId(db, participantId); in executeAction()
DProcessDownloadedMmsAction.java358 final ParticipantData sender = ParticipantData.getFromId( in processBackgroundResponse()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java146 public static ParticipantData getFromId(final DatabaseWrapper dbWrapper, in getFromId() method in ParticipantData