Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A 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()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSmsMessage.java330 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
332 return com.android.internal.telephony.cdma.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
334 return com.android.internal.telephony.gsm.SmsMessage.getTPLayerLengthForPDU(pdu); in getTPLayerLengthForPDU()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java198 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java189 public static int getTPLayerLengthForPDU(String pdu) { in getTPLayerLengthForPDU() method in SmsMessage
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42416 method public static int getTPLayerLengthForPDU(String);
43420 method @Deprecated public static int getTPLayerLengthForPDU(String);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt28579 method public static int getTPLayerLengthForPDU(java.lang.String);
28813 method public static deprecated int getTPLayerLengthForPDU(java.lang.String);