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

/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsMessage.java226 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
230 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu);
232 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu);
/frameworks/opt/telephony/src/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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java268 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage
269 Log.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java198 public static int getTPLayerLengthForPDU(String pdu) { method in class:SmsMessage

Completed in 507 milliseconds