Home
last modified time | relevance | path

Searched defs:calculateLength (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsMessage.java197 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/
DHTTPResponse.java101 private static int calculateLength(int body, Map<String, String> headers) throws IOException { in calculateLength() method in HTTPResponse
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java309 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/
DCdmaSMSDispatcher.java181 protected GsmAlphabet.TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in CdmaSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java213 protected GsmAlphabet.TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in GsmSMSDispatcher
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSMSDispatcher.java357 protected GsmAlphabet.TextEncodingDetails calculateLength( in calculateLength() method in ImsSMSDispatcher
DSMSDispatcher.java804 protected abstract TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SMSDispatcher
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java372 public static TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SmsMessage
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java787 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() method in SmsMessage