Searched defs:use7bitOnly (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | SMSDispatcherUtil.java | 242 boolean use7bitOnly) { in calculateLength() 258 boolean use7bitOnly) { in calculateLengthGsm() 272 boolean use7bitOnly) { in calculateLengthCdma()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 376 void fillData(int enabledLangsIndex, boolean use7bitOnly, int[] values, int length) { in fillData() 547 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() 576 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 358 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() 379 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength() 523 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() 541 public static int[] calculateLength(String messageBody, boolean use7bitOnly, int subId) { in calculateLength()
|
/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/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 95 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 128 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 348 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength()
|
D | SMSDispatcher.java | 1034 boolean use7bitOnly); in calculateLength()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 416 boolean use7bitOnly, boolean isEntireMsg) { in calculateLength()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 1082 boolean use7bitOnly) { in calculateLength()
|