Home
last modified time | relevance | path

Searched refs:SW_TEMPORARILY_UNAVAILABLE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureElementChannel.java45 private static final StatusWord SW_TEMPORARILY_UNAVAILABLE = field in SecureElementChannel
99 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()