Searched refs:mMockIkeIoException (Results 1 – 1 of 1) sorted by relevance
165 @Mock IkeIOException mMockIkeIoException; field in EpdgTunnelManagerTest2500 IwlanError error = new IwlanError(IwlanError.IKE_INIT_TIMEOUT, mMockIkeIoException); in testCloseTunnelWithIkeInitTimeout()2515 ikeSessionCallbackCaptor.getValue().onClosedWithException(mMockIkeIoException); in testCloseTunnelWithIkeInitTimeout()2526 IwlanError error = new IwlanError(IwlanError.IKE_DPD_TIMEOUT, mMockIkeIoException); in testCloseTunnelWithIkeDpdTimeout()2536 .onClosedWithException(mMockIkeIoException); in testCloseTunnelWithIkeDpdTimeout()2545 IwlanError error = new IwlanError(IwlanError.IKE_MOBILITY_TIMEOUT, mMockIkeIoException); in testCloseTunnelWithIkeMobilityTimeout()2561 .onClosedWithException(mMockIkeIoException); in testCloseTunnelWithIkeMobilityTimeout()