Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/
DSecureElementChannelTest.java180 mSecureElementChannel.closeChannel(); in openChannelWithResponse_closed_success()
204 boolean result = mSecureElementChannel.closeChannel(); in closeChannel_unopened_success()
206 verify(mMockOmapiConnection).closeChannel(); in closeChannel_unopened_success()
215 boolean result = mSecureElementChannel.closeChannel(); in closeChannel_opened_success()
224 mSecureElementChannel.closeChannel(); in closeChannel_closed_success()
226 boolean result = mSecureElementChannel.closeChannel(); in closeChannel_closed_success()
267 mSecureElementChannel.closeChannel(); in transmit_closed_success()
303 mSecureElementChannel.closeChannel(); in isOpened_closed_verifyResult()
DInitiatorSecureChannelTest.java450 when(mSecureElementChannel.closeChannel()).thenReturn(true); in cleanupTerminatedOrAbortedSession()
463 when(mSecureElementChannel.closeChannel()).thenReturn(false); in cleanupTerminatedOrAbortedSessionFailToCloseSEChannel()
DResponderSecureChannelTest.java241 verify(mSecureElementChannel).closeChannel(); in openChannelSwapInAdfFailed()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DSecureElementChannel.java139 public boolean closeChannel() { in closeChannel() method in SecureElementChannel
141 mOmapiConnection.closeChannel(); in closeChannel()
DResponderSecureChannel.java59 mSecureElementChannel.closeChannel(); in handleScMessage()
DFiRaSecureChannel.java175 if (mSecureElementChannel.closeChannel()) { in handleScMessage()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/omapi/
DOmapiConnectionImpl.java110 public void closeChannel() throws IOException { in closeChannel() method in OmapiConnectionImpl
239 closeChannel(); in checkFiRaAppletPresence()
DOmapiConnection.java45 void closeChannel() throws IOException; in closeChannel() method
/packages/apps/SecureElement/src/com/android/se/
DTerminal.java359 public void closeChannel(Channel channel) { in closeChannel() method in Terminal
369 mAidlHal.closeChannel((byte) channel.getChannelNumber()); in closeChannel()
374 status = mSEHal.closeChannel((byte) channel.getChannelNumber()); in closeChannel()
744 mAidlHal.closeChannel(aidlRs.channelNumber); in isAidSelectable()
766 mSEHal.closeChannel(responseArray[0].channelNumber); in isAidSelectable()
DChannel.java103 mTerminal.closeChannel(this); in close()