Home
last modified time | relevance | path

Searched refs:use7bitOnly (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DSMSDispatcherUtil.java342 boolean use7bitOnly) { in calculateLength() argument
344 return calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()
346 return calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()
358 boolean use7bitOnly) { in calculateLengthGsm() argument
360 use7bitOnly); in calculateLengthGsm()
372 boolean use7bitOnly) { in calculateLengthCdma() argument
374 use7bitOnly, false); in calculateLengthCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsMessageBodyTest.java377 void fillData(int enabledLangsIndex, boolean use7bitOnly, int[] values, int length) { in fillData() argument
408 if (use7bitOnly) { in fillData()
548 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() argument
552 int[] values = android.telephony.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods()
560 values = android.telephony.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods()
568 com.android.internal.telephony.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods()
577 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods() argument
582 int[] values = android.telephony.SmsMessage.calculateLength(msgBody, use7bitOnly); in callCdmaLengthMethods()
590 … com.android.internal.telephony.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly, true); in callCdmaLengthMethods()
596 …android.internal.telephony.cdma.sms.BearerData.calcTextEncodingDetails(msgBody, use7bitOnly, true); in callCdmaLengthMethods()
/frameworks/base/telephony/java/android/telephony/
DSmsMessage.java362 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() argument
363 return calculateLength(msgBody, use7bitOnly, SmsManager.getDefaultSmsSubscriptionId()); in calculateLength()
383 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength() argument
388 msgBody, use7bitOnly, true) in calculateLength()
390 msgBody, use7bitOnly); in calculateLength()
527 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() argument
528 return calculateLength((CharSequence)messageBody, use7bitOnly); in calculateLength()
545 public static int[] calculateLength(String messageBody, boolean use7bitOnly, int subId) { in calculateLength() argument
546 return calculateLength((CharSequence) messageBody, use7bitOnly, subId); in calculateLength()
/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsMessage.java197 public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument
200 .calculateLength(messageBody, use7bitOnly); in calculateLength()
226 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() argument
227 return calculateLength((CharSequence)messageBody, use7bitOnly); in calculateLength()
/frameworks/base/telephony/common/com/android/internal/telephony/
DGsmAlphabet.java807 public static int countGsmSeptetsUsingTables(CharSequence s, boolean use7bitOnly,
823 } else if (use7bitOnly) {
851 countGsmSeptets(CharSequence s, boolean use7bitOnly) {
859 int septets = GsmAlphabet.countGsmSeptetsUsingTables(s, use7bitOnly, 0, 0);
907 if (use7bitOnly) {
967 if (use7bitOnly && unencodableCount > minUnencodableCount) {
970 if ((use7bitOnly && unencodableCount < minUnencodableCount)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSMSDispatcher.java111 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument
112 return SMSDispatcherUtil.calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmSMSDispatcher.java138 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument
139 return SMSDispatcherUtil.calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java594 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument
595 return SMSDispatcherUtil.calculateLength(isCdmaMo(), messageBody, use7bitOnly); in calculateLength()
DSMSDispatcher.java1721 boolean use7bitOnly); in calculateLength() argument
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
DSmsMessage.java416 boolean use7bitOnly, boolean isEntireMsg) { in calculateLength() argument
417 return BearerData.calcTextEncodingDetails(messageBody, use7bitOnly, isEntireMsg); in calculateLength()
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java1147 boolean use7bitOnly) { in calculateLength() argument
1156 TextEncodingDetails ted = GsmAlphabet.countGsmSeptets(newMsgBody, use7bitOnly); in calculateLength()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...