Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsMessageTest.java246 String scAddress = null, destinationAddress = null; in testGetSubmitPdu() local
251 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, in testGetSubmitPdu()
258 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, in testGetSubmitPdu()
268 destinationAddress = "18004664411"; in testGetSubmitPdu()
272 scAddress, destinationAddress, message, statusReportRequested); in testGetSubmitPdu()
275 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80, in testGetSubmitPdu()
356 String destinationAddress = null; in testGetSmsPdu() local
362 scAddress, destinationAddress, message, System.currentTimeMillis()); in testGetSmsPdu()
370 scAddress, destinationAddress, message, System.currentTimeMillis()); in testGetSmsPdu()
379 destinationAddress = "18004664411"; in testGetSmsPdu()
[all …]
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DIpv4Packet.java38 Inet4Address destinationAddress; field in Ipv4Packet
61 destinationAddress = (Inet4Address) Inet4Address.getByAddress(address); in Ipv4Packet()
110 stream.write(destinationAddress.getAddress(), 0, 4); in getEncoded()
136 out.append("\n Destination: ").append(destinationAddress.getHostAddress()); in toString()
DPingReflector.java82 packet.sourceAddress = packet.destinationAddress; in processPacket()
83 packet.destinationAddress = tmp; in processPacket()