Searched refs:sendRawDataToRemote (Results 1 – 5 of 5) sorted by relevance
87 mFiRaSecureChannel.sendRawDataToRemote(outboundData.get().data); in handleDispatchResponse()
107 mFiRaSecureChannel.sendRawDataToRemote(outboundData.get().data); in handleDispatchResponse()
379 void sendRawDataToRemote(@NonNull byte[] data) { in sendRawDataToRemote() method in FiRaSecureChannel
227 verify(mFiRaSecureChannel).sendRawDataToRemote(dataCaptor.capture()); in outboundDataToRemote()
348 verify(mFiRaSecureChannel).sendRawDataToRemote(dataCaptor.capture()); in getControleeSessionDataResponseWithTargetRemoteData()