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

/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsMessage.java170 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
174 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
176 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java275 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
276 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java264 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
266 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
268 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java197 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage

Completed in 78 milliseconds