/frameworks/base/core/java/android/view/ |
D | WindowlessWindowLayout.java | 50 final int height = calculateLength(attrs.height, requestedHeight, in computeFrames() 52 final int width = calculateLength(attrs.width, requestedWidth, in computeFrames() 62 private static int calculateLength(int attrLength, int requestedLength, int parentLength) { in calculateLength() method in WindowlessWindowLayout
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsMessage.java | 362 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 363 return calculateLength(msgBody, use7bitOnly, SmsManager.getDefaultSmsSubscriptionId()); in calculateLength() 383 public static int[] calculateLength(CharSequence msgBody, boolean use7bitOnly, int subId) { in calculateLength() method in SmsMessage 387 ? com.android.internal.telephony.cdma.SmsMessage.calculateLength( in calculateLength() 389 : com.android.internal.telephony.gsm.SmsMessage.calculateLength( in calculateLength() 429 ? com.android.internal.telephony.cdma.SmsMessage.calculateLength( in fragmentText() 431 : com.android.internal.telephony.gsm.SmsMessage.calculateLength( in fragmentText() 527 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 528 return calculateLength((CharSequence)messageBody, use7bitOnly); in calculateLength() 545 public static int[] calculateLength(String messageBody, boolean use7bitOnly, int subId) { in calculateLength() method in SmsMessage [all …]
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsMessage.java | 197 public static int[] calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 200 .calculateLength(messageBody, use7bitOnly); in calculateLength() 226 public static int[] calculateLength(String messageBody, boolean use7bitOnly) { in calculateLength() method in SmsMessage 227 return calculateLength((CharSequence)messageBody, use7bitOnly); in calculateLength()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsMessageBodyTest.java | 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() 582 int[] values = android.telephony.SmsMessage.calculateLength(msgBody, use7bitOnly); in callCdmaLengthMethods() 590 … com.android.internal.telephony.cdma.SmsMessage.calculateLength(msgBody, use7bitOnly, true); in callCdmaLengthMethods()
|
D | GsmSmsTest.java | 276 GsmAlphabet.TextEncodingDetails ted = SmsMessage.calculateLength(text, false); in testFragmentText() 291 ted = SmsMessage.calculateLength(text, false); in testFragmentText() 318 GsmAlphabet.TextEncodingDetails ted = SmsMessage.calculateLength(text, false); in testFragmentTurkishText() 334 ted = SmsMessage.calculateLength(text, false); in testFragmentTurkishText() 352 ted = SmsMessage.calculateLength(text, false); in testFragmentTurkishText()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/ |
D | SMSDispatcherUtil.java | 341 public static TextEncodingDetails calculateLength(boolean isCdma, CharSequence messageBody, in calculateLength() method in SMSDispatcherUtil 359 return com.android.internal.telephony.gsm.SmsMessage.calculateLength(messageBody, in calculateLengthGsm() 373 return com.android.internal.telephony.cdma.SmsMessage.calculateLength(messageBody, in calculateLengthCdma()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSMSDispatcher.java | 111 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in CdmaSMSDispatcher
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmSMSDispatcher.java | 138 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in GsmSMSDispatcher
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 333 TextEncodingDetails ted = calculateLength(message, false); in getSubmitPdu() 705 TextEncodingDetails ted = calculateLength(message, false); in getDeliverPdu() 1146 public static TextEncodingDetails calculateLength(CharSequence msgBody, in calculateLength() method in SmsMessage
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 594 protected TextEncodingDetails calculateLength(CharSequence messageBody, boolean use7bitOnly) { in calculateLength() method in ImsSmsDispatcher 595 return SMSDispatcherUtil.calculateLength(isCdmaMo(), messageBody, use7bitOnly); in calculateLength()
|
D | SMSDispatcher.java | 1720 protected abstract TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SMSDispatcher 1841 TextEncodingDetails details = calculateLength(parts.get(i), false); in sendMultipartText()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/ |
D | CdmaSmsTest.java | 969 TextEncodingDetails ted = SmsMessage.calculateLength(text1, false, true); in testFragmentText() 1005 ted = SmsMessage.calculateLength(text2, false, true); in testFragmentText() 1023 ted = SmsMessage.calculateLength(text3, false, true); in testFragmentText()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 415 public static TextEncodingDetails calculateLength(CharSequence messageBody, in calculateLength() method in SmsMessage
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
D | BearerData.java | 571 ted = com.android.internal.telephony.gsm.SmsMessage.calculateLength( in calcTextEncodingDetails()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28558 method public static int[] calculateLength(java.lang.CharSequence, boolean); 28559 method public static int[] calculateLength(java.lang.String, boolean); 28794 method public static deprecated int[] calculateLength(java.lang.CharSequence, boolean); 28795 method public static deprecated int[] calculateLength(java.lang.String, boolean);
|
/frameworks/base/core/api/ |
D | current.txt | 45700 method public static int[] calculateLength(CharSequence, boolean); 45701 method public static int[] calculateLength(String, boolean); 46833 method @Deprecated public static int[] calculateLength(CharSequence, boolean); 46834 method @Deprecated public static int[] calculateLength(String, boolean);
|