Home
last modified time | relevance | path

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

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