Searched refs:mIkeException (Results 1 – 2 of 2) sorted by relevance
35 private IkeProtocolException mIkeException; field in IkeSessionCallbackTest41 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()
2000 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.SessionClosedData2728 mIkeException = ikeException; in SessionClosedData()