Searched refs:isEmail (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsMessageBase.java51 protected boolean isEmail; field in class:SmsMessageBase
182 if (isEmail) {
207 if (isEmail) {
235 public boolean isEmail() { method in class:SmsMessageBase
236 return isEmail;
240 * @return if isEmail() is true, body of the email sent through the gateway.
248 * @return if isEmail() is true, email from address of email sent through
401 isEmail = Telephony.Mms.isEmailAddress(emailFrom);
/frameworks/base/telephony/java/android/telephony/gsm/
H A DSmsMessage.java409 public boolean isEmail() { method in class:SmsMessage
410 return mWrappedSmsMessage.isEmail();
414 * @return if isEmail() is true, body of the email sent through the gateway.
424 * @return if isEmail() is true, email from address of email sent through
/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java512 public boolean isEmail() { method in class:SmsMessage
513 return mWrappedSmsMessage.isEmail();
517 * @return if isEmail() is true, body of the email sent through the gateway.
525 * @return if isEmail() is true, email from address of email sent through
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmSmsTest.java176 assertTrue(sms.isEmail());
192 assertTrue(sms.isEmail());

Completed in 468 milliseconds