Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/
DTerminal.java505 return openLogicalChannel(null, aid, (byte) 0x00, null, null, 0); in openLogicalChannelWithoutChannelAccess()
511 public Channel openLogicalChannel(SecureElementSession session, byte[] aid, byte p2, in openLogicalChannel() method in Terminal
542 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), p2, in openLogicalChannel()
593 mSEHal.openLogicalChannel(byteArrayToArrayList(aid), (byte) 0x00, in isAidSelectable()
DSecureElementService.java341 public ISecureElementChannel openLogicalChannel(byte[] aid, byte p2, in openLogicalChannel() method in SecureElementService.SecureElementSession
361 channel = mReader.getTerminal().openLogicalChannel(this, aid, p2, listener, in openLogicalChannel()