Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java1814 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedException() local
1815 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedException()
1822 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedException()
DIkeSessionStateMachineTest.java4465 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedExceptionInEnterState() local
4466 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedExceptionInEnterState()
4494 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedExceptionInEnterState()
4499 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedExceptionInProcessStateMsg() local
4500 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedExceptionInProcessStateMsg()
4510 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedExceptionInProcessStateMsg()