Searched refs:addDhcpErrorCode (Results 1 – 3 of 3) sorted by relevance
70 mMetrics.addDhcpErrorCode(DhcpErrorEvent.BOOTP_TOO_SHORT); in testIpProvisioningMetrics_addDhcpErrorCode()71 mMetrics.addDhcpErrorCode(DhcpErrorEvent.errorCodeWithOption( in testIpProvisioningMetrics_addDhcpErrorCode()75 mMetrics.addDhcpErrorCode(incorrectErrorCodeNumber); in testIpProvisioningMetrics_addDhcpErrorCode()77 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_addDhcpErrorCode()116 mMetrics.addDhcpErrorCode(DhcpErrorEvent.L3_TOO_SHORT); in testIpProvisioningMetrics_CollectMetrics()117 mMetrics.addDhcpErrorCode(DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH); in testIpProvisioningMetrics_CollectMetrics()118 mMetrics.addDhcpErrorCode(DhcpErrorEvent.RECEIVE_ERROR); in testIpProvisioningMetrics_CollectMetrics()119 mMetrics.addDhcpErrorCode(DhcpErrorEvent.RECEIVE_ERROR); in testIpProvisioningMetrics_CollectMetrics()120 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()121 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()
139 public void addDhcpErrorCode(final int errorCode) { in addDhcpErrorCode() method in IpProvisioningMetrics
694 mMetrics.addDhcpErrorCode(e.errorCode); in handlePacket()