/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
D | SmsManager.java | 77 String destinationAddress, String scAddress, String text, in sendTextMessage() argument 79 mSmsMgrProxy.sendTextMessage(destinationAddress, scAddress, text, in sendTextMessage() 129 String destinationAddress, String scAddress, ArrayList<String> parts, in sendMultipartTextMessage() argument 131 mSmsMgrProxy.sendMultipartTextMessage(destinationAddress, scAddress, parts, in sendMultipartTextMessage() 162 String destinationAddress, String scAddress, short destinationPort, in sendDataMessage() argument 164 mSmsMgrProxy.sendDataMessage(destinationAddress, scAddress, destinationPort, in sendDataMessage()
|
D | SmsMessage.java | 241 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 248 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 252 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 269 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 275 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 278 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 299 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 306 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 309 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 571 String destinationAddress, String scAddress, String text, in sendTextMessage() argument 573 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage() 593 @NonNull String destinationAddress, @Nullable String scAddress, @NonNull String text, in sendTextMessage() argument 596 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage() 706 String destinationAddress, String scAddress, String text, in sendTextMessage() argument 709 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage() 713 private void sendTextMessageInternal(String destinationAddress, String scAddress, in sendTextMessageInternal() argument 741 destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessageInternal() 761 destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessageInternal() local 808 String destinationAddress, String scAddress, String text, in sendTextMessageWithoutPersisting() argument [all …]
|
D | SmsMessage.java | 579 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 582 scAddress, in getSubmitPdu() 602 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 606 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 609 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 628 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 634 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 637 spb = com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getSubmitPdu() 667 @Nullable String scAddress, @NonNull String address, @NonNull String message, in getSmsPdu() argument 676 spb = com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(scAddress, in getSmsPdu() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 245 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 248 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header, in getSubmitPdu() 269 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 273 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, in getSubmitPdu() 295 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 299 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header, in getSubmitPdu() 321 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 377 scAddress, destinationAddress, mtiByte, in getSubmitPdu() 501 public static SubmitPdu getSubmitPdu(String scAddress, in getSubmitPdu() argument 505 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null); in getSubmitPdu() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISmsImplBase.java | 79 String callingAttributionTag, String destinationAddress, String scAddress, in sendMultipartTextForSubscriber() argument 88 String callingAttributionTag, String destinationAddress, String scAddress, in sendMultipartTextForSubscriberWithOptions() argument 166 Uri messageUri, String scAddress, PendingIntent sentIntent, in sendStoredText() argument 173 Uri messageUri, String scAddress, List<PendingIntent> sentIntents, in sendStoredMultipartText() argument
|
D | ISms.aidl | 225 String callingAttributionTag, in String destinationAddress, in String scAddress, in sendMultipartTextForSubscriber() argument 275 String callingAttributionTag, in String destinationAddress, in String scAddress, in sendMultipartTextForSubscriberWithOptions() argument 457 in Uri messageUri, String scAddress, in PendingIntent sentIntent, in sendStoredText() argument 495 in Uri messageUri, String scAddress, in List<PendingIntent> sentIntents, in sendStoredMultipartText() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 1295 public void sendStoredText(String callingPkg, Uri messageUri, String scAddress, in sendStoredText() argument 1297 sendStoredText(callingPkg, null, messageUri, scAddress, sentIntent, deliveryIntent); in sendStoredText() 1301 Uri messageUri, String scAddress, PendingIntent sentIntent, in sendStoredText() argument 1309 log("sendStoredText: scAddr=" + scAddress + " messageUri=" + messageUri in sendStoredText() 1326 mDispatchersController.sendText(textAndAddress[1], scAddress, textAndAddress[0], in sendStoredText() 1339 public void sendStoredMultipartText(String callingPkg, Uri messageUri, String scAddress, in sendStoredMultipartText() argument 1341 sendStoredMultipartText(callingPkg, null, messageUri, scAddress, sentIntents, in sendStoredMultipartText() 1346 String callingAttributionTag, Uri messageUri, String scAddress, in sendStoredMultipartText() argument 1396 mDispatchersController.sendText(textAndAddress[1], scAddress, singlePart, in sendStoredMultipartText() 1408 scAddress, in sendStoredMultipartText()
|
D | SmsController.java | 717 Uri messageUri, String scAddress, PendingIntent sentIntent, in sendStoredText() argument 727 iccSmsIntMgr.sendStoredText(callingPkg, callingAttributionTag, messageUri, scAddress, in sendStoredText() 737 Uri messageUri, String scAddress, List<PendingIntent> sentIntents, in sendStoredMultipartText() argument 748 scAddress, sentIntents, deliveryIntents); in sendStoredMultipartText()
|
D | SMSDispatcher.java | 1924 String scAddress, String message, SmsHeader smsHeader, int encoding, in getNewSubmitPduTracker() argument 1952 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, in getNewSubmitPduTracker() 1966 com.android.internal.telephony.gsm.SmsMessage.getSubmitPdu(scAddress, in getNewSubmitPduTracker() 1971 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, message, pdu); in getNewSubmitPduTracker()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |