Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/
DResponderSecureChannelTest.java108 when(mSecureElementChannel.openChannelWithResponse()) in openChannelSuccess()
128 when(mSecureElementChannel.openChannelWithResponse()) in remoteSelectAdfWithMatchedAdfOid()
157 when(mSecureElementChannel.openChannelWithResponse()) in remoteSelectAdfWithMismatchedAdfOid()
184 when(mSecureElementChannel.openChannelWithResponse()) in openChannelFail()
202 when(mSecureElementChannel.openChannelWithResponse()) in openChannelWithException()
228 when(mSecureElementChannel.openChannelWithResponse()) in openChannelSwapInAdfFailed()
DSecureElementChannelTest.java170 ResponseApdu response = mSecureElementChannel.openChannelWithResponse(); in openChannelWithResponse_unopened_success()
179 mSecureElementChannel.openChannelWithResponse(); in openChannelWithResponse_closed_success()
182 ResponseApdu response = mSecureElementChannel.openChannelWithResponse(); in openChannelWithResponse_closed_success()
213 mSecureElementChannel.openChannelWithResponse(); in closeChannel_opened_success()
223 mSecureElementChannel.openChannelWithResponse(); in closeChannel_closed_success()
266 mSecureElementChannel.openChannelWithResponse(); in transmit_closed_success()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureElementChannel.java82 ResponseApdu responseApdu = openChannelWithResponse(); in openChannel()
98 public ResponseApdu openChannelWithResponse() throws IOException { in openChannelWithResponse() method in SecureElementChannel
DResponderSecureChannel.java52 ResponseApdu responseApdu = mSecureElementChannel.openChannelWithResponse(); in handleScMessage()