Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java165 @Mock IkeIOException mMockIkeIoException; field in EpdgTunnelManagerTest
2500 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()