Home
last modified time | relevance | path

Searched refs:destinationAddress (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/android/telephony/gsm/
DSmsManager.java77 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()
DSmsMessage.java242 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/android/telephony/
DSmsManager.java462 String destinationAddress, String scAddress, String text, in sendTextMessage() argument
464 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage()
481 @NonNull String destinationAddress, @Nullable String scAddress, @NonNull String text, in sendTextMessage()
484 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage()
594 String destinationAddress, String scAddress, String text, in sendTextMessage() argument
597 sendTextMessageInternal(destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessage()
601 private void sendTextMessageInternal(String destinationAddress, String scAddress, in sendTextMessageInternal() argument
604 if (TextUtils.isEmpty(destinationAddress)) { in sendTextMessageInternal()
629 destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessageInternal()
649 destinationAddress, scAddress, text, sentIntent, deliveryIntent, in sendTextMessageInternal() local
[all …]
DSmsMessage.java580 String destinationAddress, String message, boolean statusReportRequested) { in getSubmitPdu() argument
583 destinationAddress, in getSubmitPdu()
603 String destinationAddress, String message, boolean statusReportRequested, int subId) { in getSubmitPdu() argument
607 destinationAddress, message, statusReportRequested, null); in getSubmitPdu()
610 destinationAddress, message, statusReportRequested); in getSubmitPdu()
629 String destinationAddress, short destinationPort, byte[] data, in getSubmitPdu() argument
635 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu()
638 destinationAddress, destinationPort, data, statusReportRequested); in getSubmitPdu()
716 @NonNull String destinationAddress, in getSubmitPduEncodedMessage() argument
751 destinationAddress, message, false, in getSubmitPduEncodedMessage()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
DSmsMessage.java246 String destinationAddress, String message, in getSubmitPdu() argument
248 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, header, in getSubmitPdu()
271 String destinationAddress, String message, in getSubmitPdu() argument
274 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, in getSubmitPdu()
297 String destinationAddress, String message, in getSubmitPdu() argument
302 if (message == null || destinationAddress == null) { in getSubmitPdu()
352 scAddress, destinationAddress, mtiByte, in getSubmitPdu()
477 String destinationAddress, String message, in getSubmitPdu() argument
480 return getSubmitPdu(scAddress, destinationAddress, message, statusReportRequested, null); in getSubmitPdu()
496 String destinationAddress, String message, in getSubmitPdu() argument
[all …]
/frameworks/base/core/java/android/net/
DIpSecManager.java209 @NonNull IIpSecService service, InetAddress destinationAddress, int spi) in SecurityParameterIndex() argument
212 mDestinationAddress = destinationAddress; in SecurityParameterIndex()
216 destinationAddress.getHostAddress(), spi, new Binder()); in SecurityParameterIndex()
284 @NonNull InetAddress destinationAddress) throws ResourceUnavailableException { in allocateSecurityParameterIndex()
288 destinationAddress, in allocateSecurityParameterIndex()
317 @NonNull InetAddress destinationAddress, int requestedSpi) in allocateSecurityParameterIndex()
323 return new SecurityParameterIndex(mService, destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
DIIpSecService.aidl36 in String destinationAddress, int requestedSpi, in IBinder binder); in allocateSecurityParameterIndex() argument
DIpSecConfig.java87 public void setDestinationAddress(String destinationAddress) { in setDestinationAddress() argument
88 mDestinationAddress = destinationAddress; in setDestinationAddress()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISms.aidl225 String callingAttributionTag, in String destinationAddress, in String scAddress, in sendMultipartTextForSubscriber() argument
275 String callingAttributionTag, in String destinationAddress, in String scAddress, in sendMultipartTextForSubscriberWithOptions() argument
DISmsImplBase.java79 String callingAttributionTag, String destinationAddress, String scAddress, in sendMultipartTextForSubscriber() argument
88 String callingAttributionTag, String destinationAddress, String scAddress, in sendMultipartTextForSubscriberWithOptions() argument
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java684 SpiRecord(int resourceId, String sourceAddress, String destinationAddress, int spi) { in SpiRecord() argument
687 mDestinationAddress = destinationAddress; in SpiRecord()
1125 String destinationAddress, int requestedSpi, IBinder binder) throws RemoteException { in allocateSecurityParameterIndex() argument
1126 checkInetAddress(destinationAddress); in allocateSecurityParameterIndex()
1147 .ipSecAllocateSpi(callingUid, "", destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
1152 new SpiRecord(resourceId, "", destinationAddress, spi), binder)); in allocateSecurityParameterIndex()
1598 String destinationAddress = config.getDestinationAddress(); in checkIpSecConfig() local
1600 int destinationFamily = getFamily(destinationAddress); in checkIpSecConfig()
1606 + destinationAddress in checkIpSecConfig()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java503 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) { in sendPollMessage() argument
509 sourceAddress, destinationAddress, EMPTY_BODY); in sendPollMessage()
515 sourceAddress, destinationAddress, ret); in sendPollMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java1523 private SmsTracker getNewSubmitPduTracker(String callingPackage, String destinationAddress, in getNewSubmitPduTracker() argument
1548 com.android.internal.telephony.cdma.SmsMessage.getSubmitPdu(destinationAddress, in getNewSubmitPduTracker()
1552 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, in getNewSubmitPduTracker()
1567 destinationAddress, message, deliveryIntent != null, in getNewSubmitPduTracker()
1571 HashMap map = getSmsTrackerMap(destinationAddress, scAddress, in getNewSubmitPduTracker()
DPhone.java992 public void notifySmsSent(String destinationAddress) { in notifySmsSent() argument
995 if (m != null && m.isEmergencyNumber(destinationAddress)) { in notifySmsSent()
DRIL.java5548 dstAddress.getAddress(), req.destinationAddress); in startNattKeepalive()