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.java250 participants.add(ParticipantData.getFromRawPhoneBySimLocale(recipient, subId)); in createMessage()
369 ParticipantData.getFromRawPhoneBySimLocale(recipient, subId)); in insertSendingSmsMessage()
DReceiveMmsMessageAction.java87 final ParticipantData rawSender = ParticipantData.getFromRawPhoneBySimLocale( in executeAction()
DReceiveSmsMessageAction.java74 final ParticipantData rawSender = ParticipantData.getFromRawPhoneBySimLocale( in executeAction()
DProcessDownloadedMmsAction.java455 final ParticipantData sender = ParticipantData.getFromRawPhoneBySimLocale(from, in processResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java257 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()