Searched defs:calculateLength (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsMessage.java | 197 public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 226 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/ |
D | HTTPResponse.java | 101 private static int calculateLength(int body, Map<String, String> headers) throws IOException { in calculateLength() method in HTTPResponse
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 309 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 432 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 181 protected GsmAlphabet.TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in CdmaSMSDispatcher
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 213 protected GsmAlphabet.TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in GsmSMSDispatcher
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSMSDispatcher.java | 357 protected GsmAlphabet.TextEncodingDetails calculateLength( in calculateLength() method in ImsSMSDispatcher
|
D | SMSDispatcher.java | 804 protected abstract TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SMSDispatcher
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 372 public static TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SmsMessage
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 787 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() method in SmsMessage
|