Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/bluetooth/fastpair/
DHandshakeHandlerTest.java91 @Mock EventLoggerWrapper mEventLoggerWrapper; field in HandshakeHandlerTest
116 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 …]