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 | 105 private static int calculateLength(int body, Map<String, String> headers) throws IOException { in calculateLength() method in HTTPResponse
|
| /frameworks/opt/telephony/src/java/android/telephony/ |
| D | SmsMessage.java | 315 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 438 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
|
| D | SmsMessage.java | 464 public static TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SmsMessage
|
| /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
|
| D | SmsMessage.java | 787 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() method in SmsMessage
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | ImsSMSDispatcher.java | 356 protected GsmAlphabet.TextEncodingDetails calculateLength( in calculateLength() method in ImsSMSDispatcher
|
| D | SMSDispatcher.java | 802 protected abstract TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SMSDispatcher
|