Searched refs:SW_UNKNOWN_APDU (Results 1 – 2 of 2) sorted by relevance
87 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_UNKNOWN_APDU); in openChannel_getsErrorResponse_returnsFalse()291 when(mMockOmapiConnection.openChannel()).thenReturn(ResponseApdu.SW_UNKNOWN_APDU); in isOpened_openFailed_verifyResult()
81 public static final ResponseApdu SW_UNKNOWN_APDU = ResponseApdu.fromStatusWord( field in ResponseApdu