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

/frameworks/base/tests/net/java/android/net/dhcp/
H A DDhcpPacketTest.java355 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode);
374 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode);
403 assertDhcpErrorCodes(DhcpErrorEvent.L3_TOO_SHORT, expected.errorCode);
434 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_NO_COOKIE, expected.errorCode);
466 assertDhcpErrorCodes(DhcpErrorEvent.DHCP_BAD_MAGIC_COOKIE, expected.errorCode);
472 private void assertDhcpErrorCodes(int expected, int got) { method in class:DhcpPacketTest

Completed in 71 milliseconds