Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/
DTerminal.java628 return openLogicalChannel(null, aid, (byte) 0x00, null, null, null, 0); in openLogicalChannelWithoutChannelAccess()
634 public Channel openLogicalChannel(SecureElementSession session, byte[] aid, byte p2, in openLogicalChannel() method in Terminal
681 mAidlHal.openLogicalChannel(aid == null ? new byte[0] : aid, p2); in openLogicalChannel()
691 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), p2, in openLogicalChannel()
743 mAidlHal.openLogicalChannel(aid, (byte) 0x00); in isAidSelectable()
756 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), (byte) 0x00, in isAidSelectable()
DSecureElementService.java445 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, in openLogicalChannel() method in SecureElementService.SecureElementSession
482 channel = mReader.getTerminal().openLogicalChannel(this, aid, p2, listener, in openLogicalChannel()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/omapi/
DOmapiConnectionImplTest.java71 when(mMockSeSession.openLogicalChannel(eq(FIRA_APPLET_AID))).thenReturn(mMockChannel); in setup()
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/omapi/
DOmapiConnectionImpl.java176 mChannel = session.openLogicalChannel(FIRA_APPLET_AID); in openChannel()