Home
last modified time | relevance | path

Searched refs:mockException (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DEpdgTunnelManagerTest.java1053 IkeProtocolException mockException = mock(IkeProtocolException.class); in testReportIwlanErrorIkeProtocolException() local
1055 .when(mockException) in testReportIwlanErrorIkeProtocolException()
1057 doReturn(new byte[0]).when(mockException).getErrorData(); in testReportIwlanErrorIkeProtocolException()
1058 IwlanError error = new IwlanError(mockException); in testReportIwlanErrorIkeProtocolException()
1069 .onClosedExceptionally(mockException); in testReportIwlanErrorIkeProtocolException()