Searched refs:spyIkeLog (Results 1 – 2 of 2) sorted by relevance
1814 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedException() local1815 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedException()1822 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedException()
4465 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedExceptionInEnterState() local4466 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedExceptionInEnterState()4494 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedExceptionInEnterState()4499 Log spyIkeLog = TestUtils.makeSpyLogDoLogErrorForWtf(TAG); in testHandleUnexpectedExceptionInProcessStateMsg() local4500 IkeManager.setIkeLog(spyIkeLog); in testHandleUnexpectedExceptionInProcessStateMsg()4510 verify(spyIkeLog).wtf(anyString(), anyString(), any(RuntimeException.class)); in testHandleUnexpectedExceptionInProcessStateMsg()