Searched refs:SMSDispatcherUtil (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 35 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/ |
D | GsmSMSDispatcher.java | 38 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/ |
D | ImsSmsDispatcher.java | 42 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/ |
D | SMSDispatcherUtil.java | 34 public final class SMSDispatcherUtil { class 36 private SMSDispatcherUtil() {} in SMSDispatcherUtil() method in SMSDispatcherUtil
|