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

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpOfferPacket.java25 class DhcpOfferPacket extends DhcpPacket { class in inherits:DhcpPacket
34 DhcpOfferPacket(int transId, short secs, boolean broadcast, Inet4Address serverAddress, method in class:DhcpOfferPacket
H A DDhcpPacket.java957 newPacket = new DhcpOfferPacket(
1091 DhcpPacket pkt = new DhcpOfferPacket(
H A DDhcpClient.java752 if (!(packet instanceof DhcpOfferPacket)) return;
/frameworks/base/services/tests/servicestests/src/android/net/dhcp/
H A DDhcpPacketTest.java296 assertTrue(offerPacket instanceof DhcpOfferPacket); // Implicitly checks it's non-null.
328 assertTrue(offerPacket instanceof DhcpOfferPacket); // Implicitly checks it's non-null.
439 assertTrue(offerPacket instanceof DhcpOfferPacket);
470 assertTrue(offerPacket instanceof DhcpOfferPacket);
503 assertTrue(offerPacket instanceof DhcpOfferPacket);

Completed in 96 milliseconds