Home
last modified time | relevance | path

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

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java164 @Mock IkeException mMockIkeException; field in EpdgTunnelManagerTest
1586 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True()
1608 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True()
1618 IwlanError error = new IwlanError(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False()
1639 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False()
1955 IwlanError error = new IwlanError(mMockIkeException); in testCanBringUpTunnel()
2287 IwlanError error = new IwlanError(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()
2292 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()
2305 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()
2313 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()