/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | SMSDispatcherUtil.java | 242 boolean use7bitOnly) { in calculateLength() argument 244 return calculateLengthCdma(messageBody, use7bitOnly); in calculateLength() 246 return calculateLengthGsm(messageBody, use7bitOnly); in calculateLength() 258 boolean use7bitOnly) { in calculateLengthGsm() argument 260 use7bitOnly); in calculateLengthGsm() 272 boolean use7bitOnly) { in calculateLengthCdma() argument 274 use7bitOnly, false); 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() argument 407 if (use7bitOnly) { in fillData() 547 private void callGsmLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callGsmLengthMethods() argument 551 int[] values = android.telephony.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods() 559 values = android.telephony.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods() 567 com.android.internal.telephony.gsm.SmsMessage.calculateLength(msgBody, use7bitOnly); in callGsmLengthMethods() 576 private void callCdmaLengthMethods(CharSequence msgBody, boolean use7bitOnly, in callCdmaLengthMethods() argument 581 int[] values = android.telephony.SmsMessage.calculateLength(msgBody, use7bitOnly); in callCdmaLengthMethods() 589 … com.android.internal.telephony.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly, true); in callCdmaLengthMethods() 595 …android.internal.telephony.cdma.sms.BearerData.calcTextEncodingDetails(msgBody, use7bitOnly, true); in callCdmaLengthMethods()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 383 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() argument 384 return calculateLength(msgBody, use7bitOnly, SmsManager.getDefaultSmsSubscriptionId()); in calculateLength() 404 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength() argument 409 msgBody, use7bitOnly, true) in calculateLength() 411 msgBody, use7bitOnly); in calculateLength() 545 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() argument 546 return calculateLength((CharSequence)messageBody, use7bitOnly); in calculateLength() 563 public static int[] calculateLength(String messageBody, boolean use7bitOnly, int subId) { in calculateLength() argument 564 return calculateLength((CharSequence) messageBody, use7bitOnly, 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() 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/ |
D | GsmAlphabet.java | 807 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/ |
D | CdmaSMSDispatcher.java | 95 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument 96 return SMSDispatcherUtil.calculateLengthCdma(messageBody, use7bitOnly); in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 130 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument 131 return SMSDispatcherUtil.calculateLengthGsm(messageBody, use7bitOnly); in calculateLength()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 365 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() argument 366 return SMSDispatcherUtil.calculateLength(isCdmaMo(), messageBody, use7bitOnly); in calculateLength()
|
D | SMSDispatcher.java | 1023 boolean use7bitOnly); in calculateLength() argument
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 416 boolean use7bitOnly, boolean isEntireMsg) { in calculateLength() argument 425 return BearerData.calcTextEncodingDetails(newMsgBody, use7bitOnly, isEntireMsg); in calculateLength()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 1105 boolean use7bitOnly) { in calculateLength() argument 1114 TextEncodingDetails ted = GsmAlphabet.countGsmSeptets(newMsgBody, use7bitOnly); in calculateLength()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |