Searched defs:getImsSmsFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsManager.java552 * @see #getImsSmsFormat()
581 String getImsSmsFormat() { method in class:SmsManager
586 format = iccISms.getImsSmsFormat();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DImsSMSDispatcher.java321 public String getImsSmsFormat() { method in class:ImsSMSDispatcher
H A DIccSmsInterfaceManager.java801 public String getImsSmsFormat() { method in class:IccSmsInterfaceManager
802 return mDispatcher.getImsSmsFormat();
H A DSMSDispatcher.java1210 public String getImsSmsFormat() { method in class:SMSDispatcher
1212 return mImsSMSDispatcher.getImsSmsFormat();

Completed in 69 milliseconds