Searched refs:PARSING_ERROR (Results 1 – 5 of 5) sorted by relevance
75 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_addDhcpErrorCode()117 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()118 mMetrics.addDhcpErrorCode(DhcpErrorEvent.PARSING_ERROR); in testIpProvisioningMetrics_CollectMetrics()
76 public static final int PARSING_ERROR = (MISC_ERROR_TYPE | 0x3) << 16; field in DhcpErrorEvent
699 if (e.errorCode == DhcpErrorEvent.PARSING_ERROR) { in testTruncatedOfferPackets()716 if (e.errorCode == DhcpErrorEvent.PARSING_ERROR) { in testRandomPackets()
1398 throw new ParseException(DhcpErrorEvent.PARSING_ERROR, e.getMessage()); in decodeFullPacket()
7638 field @Deprecated public static final int PARSING_ERROR = 84082688; // 0x5030000