Home
last modified time | relevance | path

Searched refs:SMSDispatcherUtil (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java35 import com.android.internal.telephony.util.SMSDispatcherUtil;
83 return SMSDispatcherUtil.getSubmitPduCdma(scAddr, destAddr, message, in getSubmitPdu()
90 return SMSDispatcherUtil.getSubmitPduCdma(scAddr, destAddr, destPort, message, in getSubmitPdu()
96 return SMSDispatcherUtil.calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java38 import com.android.internal.telephony.util.SMSDispatcherUtil;
116 return SMSDispatcherUtil.getSubmitPduGsm(scAddr, destAddr, message, statusReportRequested, in getSubmitPdu()
123 return SMSDispatcherUtil.getSubmitPduGsm(scAddr, destAddr, destPort, message, in getSubmitPdu()
129 return SMSDispatcherUtil.calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java42 import com.android.internal.telephony.util.SMSDispatcherUtil;
336 return SMSDispatcherUtil.getSubmitPdu(isCdmaMo(), scAddr, destAddr, message, in getSubmitPdu()
343 return SMSDispatcherUtil.getSubmitPdu(isCdmaMo(), scAddr, destAddr, destPort, message, in getSubmitPdu()
349 return SMSDispatcherUtil.calculateLength(isCdmaMo(), messageBody, use7bitOnly); in calculateLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DSMSDispatcherUtil.java34 public final class SMSDispatcherUtil { class
36 private SMSDispatcherUtil() {} in SMSDispatcherUtil() method in SMSDispatcherUtil