Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java112 private String mSendDestination; field in ParticipantData
136 pd.mSendDestination = cursor.getString(ParticipantsQuery.INDEX_SEND_DESTINATION); in getFromCursor()
144 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromCursor()
178 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()
179 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromRecipientEntry()
181 pd.mSendDestination : in getFromRecipientEntry()
182 PhoneUtils.getDefault().getCanonicalBySystemLocale(pd.mSendDestination); in getFromRecipientEntry()
212 pd.mSendDestination = TextUtil.replaceUnicodeDigits(phoneNumber); in getFromRawPhone()
213 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromRawPhone()
238 pd.mSendDestination : in getFromRawPhoneBySystemLocale()
[all …]