Searched defs:isEmail (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsMessageBase.java180 public boolean isEmail() { method in class:SmsMessageBase
185 * @return if isEmail() is true, body of the email sent through the gateway.
193 * @return if isEmail() is true, email from address of email sent through
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java529 public boolean isEmail() { method in class:SmsMessage
530 return mWrappedSmsMessage.isEmail();
534 * @return if isEmail() is true, body of the email sent through the gateway.
542 * @return if isEmail() is true, email from address of email sent through
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java405 public boolean isEmail() { method in class:SmsMessage
406 return mWrappedSmsMessage.isEmail();
410 * @return if isEmail() is true, body of the email sent through the gateway.
420 * @return if isEmail() is true, email from address of email sent through

Completed in 66 milliseconds