Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/
DInitiatorSecureChannelTest.java273 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in unicastInitiateTransactionFail()
312 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in multicastInitiateTransactionFail()
415 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in receiveResponseOfScSetupDispatchFailure()
428 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in receiveResponseAfterScSetupSuccess()
582 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in terminateLocallyFail()
614 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in tunnelToRemoteDeviceWrongSW()
DResponderSecureChannelTest.java231 .thenReturn(ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU); in openChannelSwapInAdfFailed()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/iso7816/
DResponseApdu.java51 public static final ResponseApdu SW_CONDITIONS_NOT_SATISFIED_APDU = field in ResponseApdu
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DFiRaSecureChannel.java278 ResponseApdu responseApdu = ResponseApdu.SW_CONDITIONS_NOT_SATISFIED_APDU; in processRemoteCommandOrResponse()