Searched refs:mSendDestination (Results 1 – 1 of 1) sorted by relevance
112 private String mSendDestination; field in ParticipantData136 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 …]