Home
last modified time | relevance | path

Searched refs:getFromRawPhoneBySimLocale (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessageBatch.java163 ParticipantData.getFromRawPhoneBySimLocale(otherPhoneNumber, sms.getSubId()); in storeSms()
256 self : ParticipantData.getFromRawPhoneBySimLocale(senderId, mms.getSubId()); in storeMms()
DInsertNewMessageAction.java249 participants.add(ParticipantData.getFromRawPhoneBySimLocale(recipient, subId)); in createMessage()
368 ParticipantData.getFromRawPhoneBySimLocale(recipient, subId)); in insertSendingSmsMessage()
DReceiveMmsMessageAction.java87 final ParticipantData rawSender = ParticipantData.getFromRawPhoneBySimLocale( in executeAction()
DReceiveSmsMessageAction.java73 final ParticipantData rawSender = ParticipantData.getFromRawPhoneBySimLocale( in executeAction()
DProcessDownloadedMmsAction.java444 final ParticipantData sender = ParticipantData.getFromRawPhoneBySimLocale(from, in processResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java251 public static ParticipantData getFromRawPhoneBySimLocale( in getFromRawPhoneBySimLocale() method in ParticipantData
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleDatabaseOperations.java86 participants.add(ParticipantData.getFromRawPhoneBySimLocale(recipient, refSubId)); in getConversationParticipantsFromRecipients()