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.java106 private String mSendDestination; field in ParticipantData
130 pd.mSendDestination = cursor.getString(ParticipantsQuery.INDEX_SEND_DESTINATION); in getFromCursor()
138 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromCursor()
172 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()
173 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromRecipientEntry()
175 pd.mSendDestination : in getFromRecipientEntry()
176 PhoneUtils.getDefault().getCanonicalBySystemLocale(pd.mSendDestination); in getFromRecipientEntry()
206 pd.mSendDestination = TextUtil.replaceUnicodeDigits(phoneNumber); in getFromRawPhone()
207 pd.mIsEmailAddress = MmsSmsUtils.isEmailAddress(pd.mSendDestination); in getFromRawPhone()
232 pd.mSendDestination : in getFromRawPhoneBySystemLocale()
[all …]