Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionCallbackTest.java35 private IkeProtocolException mIkeException; field in IkeSessionCallbackTest
41 mIkeException = new InvalidIkeSpiException(); in setUp()
46 mOldCallback.onError((IkeException) mIkeException); in testOnErrorIkeExceptionNotOverridden()
47 assertEquals(Arrays.asList(mIkeException), mOldCallback.mOnErrorIkeProtocolExceptions); in testOnErrorIkeExceptionNotOverridden()
52 mUpdatedCallback.onError((IkeException) mIkeException); in testOnErrorIkeExceptionOverridden()
53 assertEquals(Arrays.asList(mIkeException), mUpdatedCallback.mOnErrorIkeExceptions); in testOnErrorIkeExceptionOverridden()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java2000 if (sessionClosedData.mIkeException != null) { in handleMessage()
2003 sessionClosedData.mIkeException, in handleMessage()
2205 if (sessionClosedData.mIkeException != null) { in handleMessage()
2208 sessionClosedData.mIkeException, in handleMessage()
2724 final IkeException mIkeException; field in EpdgTunnelManager.SessionClosedData
2728 mIkeException = ikeException; in SessionClosedData()