Searched refs:getErrorCode (Results 1 – 5 of 5) sorted by relevance
78 assertEquals(DhcpErrorCode.ET_BOOTP_TOO_SHORT, mStats.getDhcpSession().getErrorCode(0)); in testIpProvisioningMetrics_addDhcpErrorCode()79 assertEquals(DhcpErrorCode.ET_BUFFER_UNDERFLOW, mStats.getDhcpSession().getErrorCode(1)); in testIpProvisioningMetrics_addDhcpErrorCode()82 assertEquals(DhcpErrorCode.ET_UNKNOWN, mStats.getDhcpSession().getErrorCode(2)); in testIpProvisioningMetrics_addDhcpErrorCode()84 assertEquals(DhcpErrorCode.ET_PARSING_ERROR, mStats.getDhcpSession().getErrorCode(3)); in testIpProvisioningMetrics_addDhcpErrorCode()85 assertEquals(DhcpErrorCode.ET_PARSING_ERROR, mStats.getDhcpSession().getErrorCode(4)); in testIpProvisioningMetrics_addDhcpErrorCode()
98 public int getErrorCode() { in getErrorCode() method in DataModelException
453 public int getErrorCode() { in getErrorCode() method in PlaybackViewModel.PlaybackStateWrapper454 return mState.getErrorCode(); in getErrorCode()
428 if (state.getErrorCode() != PlaybackStateCompat.ERROR_CODE_UNKNOWN_ERROR) { in getDisplayedMessage()429 Integer messageId = ERROR_CODE_MESSAGES_MAP.get(state.getErrorCode()); in getDisplayedMessage()
56 method public abstract int getErrorCode();