Searched refs:transmit (Results 1 – 25 of 30) sorted by relevance
12
158 when(mSecureElementChannel.transmit(any(SwapInAdfCommand.class))).thenReturn( in openChannelSwapInAdfSuccess()181 when(mSecureElementChannel.transmit(any(SwapInAdfCommand.class))).thenReturn( in openChannelSwapInAdfFailed()195 when(mSecureElementChannel.transmit(any(SelectAdfCommand.class))) in doSelectAdf()218 when(mSecureElementChannel.transmit(any(SelectAdfCommand.class))) in selectAdfFailed()254 when(mSecureElementChannel.transmit(any(InitiateTransactionCommand.class))) in unicastInitiateTransactionSuccess()272 when(mSecureElementChannel.transmit(any(InitiateTransactionCommand.class))) in unicastInitiateTransactionFail()292 when(mSecureElementChannel.transmit(any(InitiateTransactionCommand.class))) in multicastInitiateTransactionSuccess()311 when(mSecureElementChannel.transmit(any(InitiateTransactionCommand.class))) in multicastInitiateTransactionFail()330 when(mSecureElementChannel.transmit(any(InitiateTransactionCommand.class))) in doPrepareSC()342 when(mSecureElementChannel.transmit(any(DispatchCommand.class))).thenReturn(responseApdu); in doEstablishSC()[all …]
141 when(mMockOmapiConnection.transmit(eq(mMockCommandApdu))) in transmit_swTemporarilyUnavailableOnFirstTwoAttempts_succeedsOnThirdTry()147 ResponseApdu actualResponse = mSecureElementChannel.transmit(mMockCommandApdu); in transmit_swTemporarilyUnavailableOnFirstTwoAttempts_succeedsOnThirdTry()149 verify(mMockOmapiConnection, times(3)).transmit(eq(mMockCommandApdu)); in transmit_swTemporarilyUnavailableOnFirstTwoAttempts_succeedsOnThirdTry()191 when(mMockOmapiConnection.transmit(eq(mMockCommandApdu))) in transmit_retriesExhausted_failure()195 ResponseApdu actualResponse = mSecureElementChannel.transmit(mMockCommandApdu); in transmit_retriesExhausted_failure()197 verify(mMockOmapiConnection, times(3)).transmit(eq(mMockCommandApdu)); in transmit_retriesExhausted_failure()234 when(mMockOmapiConnection.transmit(any())).thenReturn(mMockResponseApdu); in transmit_callsSeTransmit()237 ResponseApdu responseFromCall = mSecureElementChannel.transmit(mMockCommandApdu); in transmit_callsSeTransmit()239 verify(mMockOmapiConnection).transmit(eq(mMockCommandApdu)); in transmit_callsSeTransmit()245 ResponseApdu response = mSecureElementChannel.transmit(mMockCommandApdu); in transmit_unopened_failure()[all …]
140 when(mSecureElementChannel.transmit(any(FiRaCommand.class))) in remoteSelectAdfWithMatchedAdfOid()169 when(mSecureElementChannel.transmit(any(FiRaCommand.class))) in remoteSelectAdfWithMismatchedAdfOid()230 when(mSecureElementChannel.transmit(any(SwapInAdfCommand.class))) in openChannelSwapInAdfFailed()
115 public byte[] transmit(byte[] command) throws IOException { in transmit() method in Channel151 return mTerminal.transmit(command); in transmit()177 byte[] bufferSelectResponse = mTerminal.transmit(selectCommand); in selectNext()315 public byte[] transmit(byte[] command) throws RemoteException { in transmit() method in Channel.SecureElementChannel318 return Channel.this.transmit(command); in transmit()
502 byte[] selectResponse = transmit(selectCommand); in select()783 public byte[] transmit(byte[] cmd) throws IOException { in transmit() method in Terminal795 rsp = transmit(cmd); in transmit()817 rsp = mAidlHal.transmit(cmd); in transmitInternal()829 response = mSEHal.transmit(byteArrayToArrayList(cmd)); in transmitInternal()
154 public ResponseApdu transmit(@NonNull FiRaCommand fiRaCommand) throws IOException { in transmit() method in SecureElementChannel155 return transmit(fiRaCommand.getCommandApdu()); in transmit()162 public ResponseApdu transmit(@NonNull CommandApdu command) throws IOException { in transmit() method in SecureElementChannel169 responseApdu = mOmapiConnection.transmit(command); in transmit()
215 mSecureElementChannel.transmit(swapInAdfCmd)); in swapInAdf()233 mSecureElementChannel.transmit(swapOutAdfCmd)); in swapOutAdf()263 mSecureElementChannel.transmit(dispatchCommand)); in processRemoteCommandOrResponse()358 mSecureElementChannel.transmit(getSessionIdCommand); in readDefaultSessionId()407 ResponseApdu responseApdu = mSecureElementChannel.transmit(commandApdu); in sendLocalCommandApdu()438 mSecureElementChannel.transmit(getDoCommand)); in terminateLocally()
100 mSecureElementChannel.transmit(selectAdfCmd)); in selectAdf()123 mSecureElementChannel.transmit(initiateTransactionCmd)); in execInitiateTransactionCmd()157 mSecureElementChannel.transmit(tunnelCmd)); in tunnelToRemoteDevice()
74 when(mSecureElementChannel.transmit(any(FiRaCommand.class))) in deleteAdfSuccess()86 when(mSecureElementChannel.transmit(any(FiRaCommand.class))) in deleteAdfFail()98 when(mSecureElementChannel.transmit(any(FiRaCommand.class))) in deleteAdfWithException()
77 when(mSecureElementChannel.transmit(any(CommandApdu.class))).thenReturn( in successSetup()137 when(mSecureElementChannel.transmit(any(CommandApdu.class))).thenReturn( in importAdfSuccess()204 when(mSecureElementChannel.transmit(any(CommandApdu.class))).thenReturn( in failedProvisioning()216 when(mSecureElementChannel.transmit(any(CommandApdu.class))).thenThrow( in failedProvisioningWithException()
84 public ResponseApdu transmit(CommandApdu command) throws IOException { in transmit() method in OmapiConnectionImpl85 byte[] response = transmit(command.getEncoded()); in transmit()97 private byte[] transmit(byte[] command) throws IOException { in transmit() method in OmapiConnectionImpl102 return mChannel.transmit(command); in transmit()
39 ResponseApdu transmit(CommandApdu command) throws IOException; in transmit() method
7 description: "Provide l2cap transmit complete information b/301168932"
66 // The discover packet (re)transmit count69 // The request packet (re)transmit count124 // The request packet (re)transmit count
87 return mArfChannel.transmit(cmd); in exchangeAPDU()
75 mSecureElementChannel.transmit(deleteAdfCommand)); in deleteAdf()
64 ResponseApdu responseApdu = mSecureElementChannel.transmit(commandApdu); in run()
158 byte[] response = mChannel.transmit(cmdApdu.toBytes()); in send()
72 TEST_F(BasicModeDataControllerTest, transmit) { in TEST_F() argument
23 2. General computing shorthands (e.g. `tx` instead of `transmit`) are generally
80 or identifier string. The banner is used to transmit useful properties.
3511 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42903526 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42903531 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42904985 // Length in bytes of the eSCO payload in the transmit direction.5006 // Length in bytes of the SCO/eSCO payload in the transmit direction.
3699 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42903714 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42903719 tx_time : 16, // microseconds used to transmit a single PDU 0x0148 to 0x42906153 // Length in bytes of the eSCO payload in the transmit direction.6174 // Length in bytes of the SCO/eSCO payload in the transmit direction.
10612 to any third party for) any data, content, or resources that you create, transmit or display through
1dictionary=main:es,locale=es,description=Español,date=1414726268, ...