Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java406 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadIpPacket()
425 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadDhcpPacket()
454 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode); in testBadTruncatedOffer()
485 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_NO_COOKIE, expected.errorCode); in testBadOfferWithoutACookie()
517 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE, expected.errorCode); in testOfferWithBadCookie()
523 private void assertDhcpErrorCodes(int expected, int got) { in assertDhcpErrorCodes() method in DhcpPacketTest