Searched refs:SW_SUCCESS_APDU (Results 1 – 4 of 4) sorted by relevance
77 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in openChannel_getsSuccessResponse_success()140 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in transmit_swTemporarilyUnavailableOnFirstTwoAttempts_succeedsOnThirdTry()168 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in openChannelWithResponse_unopened_success()178 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in openChannelWithResponse_closed_success()190 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in transmit_retriesExhausted_failure()212 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in closeChannel_opened_success()222 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in closeChannel_closed_success()233 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in transmit_callsSeTransmit()253 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in transmit_opened_success()254 when(mMockOmapiConnection.transmit(any())).thenReturn(ResponseApdu.SW_SUCCESS_APDU); in transmit_opened_success()[all …]
109 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in openChannelSuccess()129 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in remoteSelectAdfWithMatchedAdfOid()158 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in remoteSelectAdfWithMismatchedAdfOid()229 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in openChannelSwapInAdfFailed()
196 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in doSelectAdf()478 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in sendLocalCommandApduSuccess()544 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in terminateLocallySuccess()630 .thenReturn(ResponseApdu.SW_SUCCESS_APDU); in tunnelToRemoteDeviceEmptyData()
84 public static final ResponseApdu SW_SUCCESS_APDU = ResponseApdu.fromStatusWord(SW_NO_ERROR); field in ResponseApdu