Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionCallbackTest.java47 assertEquals(Arrays.asList(mIkeException), mOldCallback.mOnErrorIkeProtocolExceptions); in testOnErrorIkeExceptionNotOverridden()
71 List<IkeProtocolException> mOnErrorIkeProtocolExceptions = new ArrayList<>(); field in IkeSessionCallbackTest.OldOnErrorIkeSessionCallback
75 mOnErrorIkeProtocolExceptions.add(exception); in onError()