Searched refs:TestDhcpPacket (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/android/net/dhcp/
H A DDhcpPacketTest.java54 class TestDhcpPacket extends DhcpPacket { class in class:DhcpPacketTest
59 public TestDhcpPacket(byte type, Inet4Address clientIp, Inet4Address yourIp) { method in class:DhcpPacketTest.TestDhcpPacket
65 public TestDhcpPacket(byte type) { method in class:DhcpPacketTest.TestDhcpPacket
69 public TestDhcpPacket setDomainBytes(byte[] domainBytes) {
74 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) {
79 public TestDhcpPacket setLeaseTimeBytes(byte[] leaseTimeBytes) {
84 public TestDhcpPacket setNetmaskBytes(byte[] netmaskBytes) {
125 ByteBuffer packet = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFER)
166 TestDhcpPacket testPacket = new TestDhcpPacket(DHCP_MESSAGE_TYPE_OFFE
[all...]

Completed in 148 milliseconds