Home
last modified time | relevance | path

Searched refs:getTPLayerLengthForPDU (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsMessage.java170 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
174 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
176 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java276 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
278 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
280 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java197 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java184 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28579 method public static int getTPLayerLengthForPDU(java.lang.String);
28813 method public static deprecated int getTPLayerLengthForPDU(java.lang.String);
/frameworks/base/api/
Dcurrent.txt39867 method public static int getTPLayerLengthForPDU(java.lang.String);
40218 method public static deprecated int getTPLayerLengthForPDU(java.lang.String);
Dsystem-current.txt43299 method public static int getTPLayerLengthForPDU(java.lang.String);
43722 method public static deprecated int getTPLayerLengthForPDU(java.lang.String);