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

/frameworks/base/telephony/java/android/telephony/gsm/
H A DSmsMessage.java174 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
178 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
180 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java224 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
228 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
230 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java196 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java265 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
266 Log.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");

Completed in 497 milliseconds