Searched refs:addDhcpErrorCode (Results 1 – 3 of 3) sorted by relevance
68 mMetrics.addDhcpErrorCode(DhcpErrorEvent.BOOTP_TOO_SHORT); in testIpProvisioningMetrics_addDhcpErrorCode()69 mMetrics.addDhcpErrorCode(DhcpErrorEvent.errorCodeWithOption( in testIpProvisioningMetrics_addDhcpErrorCode()73 mMetrics.addDhcpErrorCode(incorrectErrorCodeNumber); in testIpProvisioningMetrics_addDhcpErrorCode()75 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_addDhcpErrorCode()113 mMetrics.addDhcpErrorCode(DhcpErrorEvent.L3_TOO_SHORT); in testIpProvisioningMetrics_CollectMetrics()114 mMetrics.addDhcpErrorCode(DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH); in testIpProvisioningMetrics_CollectMetrics()115 mMetrics.addDhcpErrorCode(DhcpErrorEvent.RECEIVE_ERROR); in testIpProvisioningMetrics_CollectMetrics()116 mMetrics.addDhcpErrorCode(DhcpErrorEvent.RECEIVE_ERROR); in testIpProvisioningMetrics_CollectMetrics()117 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()118 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()
136 public void addDhcpErrorCode(final int errorCode) { in addDhcpErrorCode() method in IpProvisioningMetrics
675 mMetrics.addDhcpErrorCode(e.errorCode); in handlePacket()