Searched refs:mEventLoggerWrapper (Results 1 – 1 of 1) sorted by relevance
91 @Mock EventLoggerWrapper mEventLoggerWrapper; field in HandshakeHandlerTest116 InOrder inOrder = inOrder(mEventLoggerWrapper); in handshakeGattError_noRetryError_failed()127 inOrder.verify(mEventLoggerWrapper).setCurrentEvent( in handshakeGattError_noRetryError_failed()129 inOrder.verify(mEventLoggerWrapper).logCurrentEventFailed(exception); in handshakeGattError_noRetryError_failed()147 InOrder inOrder = inOrder(mEventLoggerWrapper); in handshakeGattError_retryAndNoCount_throwException()156 inOrder.verify(mEventLoggerWrapper) in handshakeGattError_retryAndNoCount_throwException()158 inOrder.verify(mEventLoggerWrapper).logCurrentEventFailed(exception); in handshakeGattError_retryAndNoCount_throwException()159 inOrder.verify(mEventLoggerWrapper) in handshakeGattError_retryAndNoCount_throwException()161 inOrder.verify(mEventLoggerWrapper).logCurrentEventFailed(exception); in handshakeGattError_retryAndNoCount_throwException()162 inOrder.verify(mEventLoggerWrapper) in handshakeGattError_retryAndNoCount_throwException()[all …]