Searched refs:destinationAddress (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | SmsMessageTest.java | 254 String scAddress = null, destinationAddress = null; in testGetSubmitPdu() local 259 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, in testGetSubmitPdu() 266 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, message, in testGetSubmitPdu() 276 destinationAddress = "18004664411"; in testGetSubmitPdu() 280 scAddress, destinationAddress, message, statusReportRequested); in testGetSubmitPdu() 283 smsPdu = SmsMessage.getSubmitPdu(scAddress, destinationAddress, (short)80, in testGetSubmitPdu() 351 String destinationAddress = null; in testGetSmsPdu() local 357 scAddress, destinationAddress, message, System.currentTimeMillis()); in testGetSmsPdu() 365 scAddress, destinationAddress, message, System.currentTimeMillis()); in testGetSmsPdu() 374 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()
|