Searched refs:getErrorData (Results 1 – 9 of 9) sorted by relevance
357 assertArrayEquals(EXPECTED_PROTOCOL_ERROR_DATA_NONE, protocolException.getErrorData()); in verifyIkeInitFail()400 assertArrayEquals(EXPECTED_PROTOCOL_ERROR_DATA_NONE, protocolException.getErrorData()); in testIkeAuthHandlesAuthFailNotification()437 assertArrayEquals(EXPECTED_PROTOCOL_ERROR_DATA_NONE, protocolException.getErrorData()); in verifyIkeAuthHandlesFirstChildCreationFail()
250 assertArrayEquals(dhGroup, exception.getErrorData()); in testValidateAndBuildIkeExceptionWithData()285 assertArrayEquals(new byte[0], exception.getErrorData()); in verifyIkeExceptionWithoutData()373 assertArrayEquals(new byte[0], exception.getErrorData()); in testValidateAndBuildUnrecognizedIkeException()
66 return byteArrayToInteger(getErrorData()); in getMessageId()
67 return byteArrayToInteger(getErrorData()); in getDhGroup()
210 public byte[] getErrorData() { in getErrorData() method in IkeProtocolException
186 for (byte b : ((IkeProtocolException) mException).getErrorData()) { in errorDetailsString()
121 method @Nullable public byte[] getErrorData();
195 when(exception.getErrorData()).thenReturn(errorData); in buildIwlanIkeProtocolError()
1877 doReturn(new byte[0]).when(mockException).getErrorData(); in testReportIwlanErrorIkeProtocolException()