Searched defs:use7bitOnly (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 383 void fillData(int enabledLangsIndex, boolean use7bitOnly, int[] values, int length) { in fillData() 554 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() 583 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods()
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsMessage.java | 197 public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() 226 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength()
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | SmsMessage.java | 300 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() 423 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 182 boolean use7bitOnly) { in calculateLength()
|
D | SmsMessage.java | 465 boolean use7bitOnly, boolean isEntireMsg) { in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 214 boolean use7bitOnly) { in calculateLength()
|
D | SmsMessage.java | 788 boolean use7bitOnly) { in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSMSDispatcher.java | 350 CharSequence messageBody, boolean use7bitOnly) { in calculateLength()
|
D | SMSDispatcher.java | 803 boolean use7bitOnly); in calculateLength()
|