Searched refs:SW_TEMPORARILY_UNAVAILABLE (Results 1 – 1 of 1) sorted by relevance
45 private static final StatusWord SW_TEMPORARILY_UNAVAILABLE = field in SecureElementChannel99 ResponseApdu responseApdu = ResponseApdu.fromStatusWord(SW_TEMPORARILY_UNAVAILABLE); in openChannelWithResponse()131 return Arrays.asList(SW_TEMPORARILY_UNAVAILABLE, SW_NO_SPECIFIC_DIAGNOSTIC) in shouldRetryOpenChannel()163 ResponseApdu responseApdu = ResponseApdu.fromStatusWord(SW_TEMPORARILY_UNAVAILABLE); in transmit()170 if (responseApdu.getStatusWord() != SW_TEMPORARILY_UNAVAILABLE.toInt()) { in transmit()