Searched refs:destinationAddress (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsMessageTest.java | 246 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/ |
D | Ipv4Packet.java | 38 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()
|
D | PingReflector.java | 82 packet.sourceAddress = packet.destinationAddress; in processPacket() 83 packet.destinationAddress = tmp; in processPacket()
|