/frameworks/base/telephony/java/android/telephony/ |
D | SmsManager.java | 311 String destinationAddress, String scAddress, String text, in sendTextMessage() argument 313 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage() 317 private void sendTextMessageInternal(String destinationAddress, String scAddress, in sendTextMessageInternal() argument 320 if (TextUtils.isEmpty(destinationAddress)) { in sendTextMessageInternal() 331 destinationAddress, in sendTextMessageInternal() local 362 String destinationAddress, String scAddress, String text, in sendTextMessageWithoutPersisting() argument 364 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessageWithoutPersisting() 378 String destinationAddress, String scAddress, String text, in sendTextMessageWithSelfPermissions() argument 380 if (TextUtils.isEmpty(destinationAddress)) { in sendTextMessageWithSelfPermissions() 392 destinationAddress, in sendTextMessageWithSelfPermissions() local [all …]
|
D | SmsMessage.java | 503 String destinationAddress, String message, boolean statusReportRequested) { in getSubmitPdu() argument 504 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, in getSubmitPdu() 523 String destinationAddress, String message, boolean statusReportRequested, int subId) { in getSubmitPdu() argument 527 destinationAddress, message, statusReportRequested, null); in getSubmitPdu() 530 destinationAddress, message, statusReportRequested); in getSubmitPdu() 550 String destinationAddress, short destinationPort, byte[] data, in getSubmitPdu() argument 556 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu() 559 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu()
|
/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 | 242 String destinationAddress, String message, in getSubmitPdu() argument 249 destinationAddress, message, statusReportRequested, in getSubmitPdu() 253 destinationAddress, message, statusReportRequested, header); in getSubmitPdu() 270 String destinationAddress, String message, boolean statusReportRequested) { in getSubmitPdu() argument 276 destinationAddress, message, statusReportRequested, null); in getSubmitPdu() 279 destinationAddress, message, statusReportRequested); in getSubmitPdu() 300 String destinationAddress, short destinationPort, byte[] data, in getSubmitPdu() argument 307 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu() 310 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu()
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SmsMessage.java | 265 String destinationAddress, String message, in getSubmitPdu() argument 267 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header, in getSubmitPdu() 287 String destinationAddress, String message, in getSubmitPdu() argument 290 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, in getSubmitPdu() 310 String destinationAddress, String message, in getSubmitPdu() argument 315 if (message == null || destinationAddress == null) { in getSubmitPdu() 363 scAddress, destinationAddress, mtiByte, in getSubmitPdu() 473 String destinationAddress, String message, in getSubmitPdu() argument 476 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null); in getSubmitPdu() 491 String destinationAddress, String message, in getSubmitPdu() argument [all …]
|
/frameworks/base/core/java/android/net/ |
D | IpSecManager.java | 201 @NonNull IIpSecService service, InetAddress destinationAddress, int spi) in SecurityParameterIndex() argument 204 mDestinationAddress = destinationAddress; in SecurityParameterIndex() 208 destinationAddress.getHostAddress(), spi, new Binder()); in SecurityParameterIndex() 276 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex() 280 destinationAddress, in allocateSecurityParameterIndex() 309 @NonNull InetAddress destinationAddress, int requestedSpi) in allocateSecurityParameterIndex() 315 return new SecurityParameterIndex(mService, destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
|
D | IIpSecService.aidl | 36 in String destinationAddress, int requestedSpi, in IBinder binder); in allocateSecurityParameterIndex() argument
|
D | IpSecConfig.java | 83 public void setDestinationAddress(String destinationAddress) { in setDestinationAddress() argument 84 mDestinationAddress = destinationAddress; in setDestinationAddress()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISms.aidl | 283 in String destinationAddress, in String scAddress, in sendMultipartTextForSubscriber() argument 332 in String destinationAddress, in String scAddress, in List<String> parts, in sendMultipartTextForSubscriberWithOptions() argument
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 492 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) { in sendPollMessage() argument 497 nativeSendCecCommand(mNativePtr, sourceAddress, destinationAddress, EMPTY_BODY); in sendPollMessage() 503 sourceAddress, destinationAddress, ret); in sendPollMessage()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 670 SpiRecord(int resourceId, String sourceAddress, String destinationAddress, int spi) { in SpiRecord() argument 673 mDestinationAddress = destinationAddress; in SpiRecord() 1075 String destinationAddress, int requestedSpi, IBinder binder) throws RemoteException { in allocateSecurityParameterIndex() argument 1076 checkInetAddress(destinationAddress); in allocateSecurityParameterIndex() 1096 .ipSecAllocateSpi(resourceId, "", destinationAddress, requestedSpi); in allocateSecurityParameterIndex() 1101 new SpiRecord(resourceId, "", destinationAddress, spi), binder)); in allocateSecurityParameterIndex()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SMSDispatcher.java | 1051 private SmsTracker getNewSubmitPduTracker(String destinationAddress, String scAddress, in getNewSubmitPduTracker() argument 1073 com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(destinationAddress, in getNewSubmitPduTracker() 1076 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, in getNewSubmitPduTracker() 1086 destinationAddress, message, deliveryIntent != null, in getNewSubmitPduTracker() 1090 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, in getNewSubmitPduTracker() 1423 String destinationAddress = (String) map.get("destination"); in sendMultipartSms() local 1444 sendMultipartText(destinationAddress, scAddress, parts, sentIntents, deliveryIntents, in sendMultipartSms()
|
D | RIL.java | 3953 packetData.dstAddress.getAddress(), req.destinationAddress); in startNattKeepalive()
|